7 lines
98 B
SCSS
7 lines
98 B
SCSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root {
|
|
background-color: #2d3436;
|
|
} |