1
Fork 0
shareable-configs/packages/test-samples/samples/sample.scss

10 lines
100 B
SCSS

body {
--background: #010203;
font-size: 1rem;
&::after {
content: "Sample SCSS";
}
}