Files
parcer/ui/src/index.css

11 lines
170 B
CSS
Raw Normal View History

2024-03-05 23:02:42 +05:30
@tailwind base;
@tailwind components;
2024-03-07 01:50:39 +05:30
@tailwind utilities;
@layer base {
:root {
--pink: #ff00c3;
--black: #ff00c3;
--white: #ff00c3;
}
}