11 lines
158 B
SCSS
11 lines
158 B
SCSS
@use "./variables" as *;
|
|
@use "tailwindcss";
|
|
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: sans-serif;
|
|
background: $background;
|
|
color: $text-color;
|
|
} |