10 lines
155 B
CSS
10 lines
155 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root {
|
|
--background: #ffffff;
|
|
--foreground: #171717;
|
|
/* --p: 47.67% 0.2484 267.02; */
|
|
}
|