Files
parcer/ui/src/index.css
2024-03-07 01:50:39 +05:30

11 lines
170 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--pink: #ff00c3;
--black: #ff00c3;
--white: #ff00c3;
}
}