11 lines
170 B
CSS
11 lines
170 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
:root {
|
|
--pink: #ff00c3;
|
|
--black: #ff00c3;
|
|
--white: #ff00c3;
|
|
}
|
|
} |