2021-07-01 18:21:40 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2021-08-31 06:44:26 +00:00
|
|
|
|
|
|
|
@layer base {
|
|
|
|
:root {
|
|
|
|
--color-from-border: 254, 226, 226;
|
|
|
|
--color-from-text: 220, 38, 38;
|
|
|
|
--color-from-fill: 254, 242, 242;
|
|
|
|
--color-to-fill: 236, 253, 245;
|
|
|
|
}
|
|
|
|
}
|