7 lines
85 B
SCSS
7 lines
85 B
SCSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.box {
|
|
color: blue;
|
|
} |