kamilcraft.com/css/index.css

10 lines
139 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--color-kamilcraft-green: 162 207 0;
}
}