10 lines
139 B
CSS
10 lines
139 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
:root {
|
|
--color-kamilcraft-green: 162 207 0;
|
|
}
|
|
}
|