rsnext/examples/with-next-sass/components/hello-world.module.scss
Sarbast Mohammed 6997b0236b
Update next-sass example to use built-in sass support (#11015)
* update next-sass example to use built-in sass support

* Update README.md

Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-03-12 23:42:21 -04:00

5 lines
42 B
SCSS

$color: red;
.hello {
color: $color;
}