rsnext/test/integration/config-mjs/components/hello-webpack-sass.scss
Tim Neutkens 7e370134fb
Use import() to load next.config.js (#29935)
Co-authored-by: JJ Kasper <jj@jjsweb.site>
Co-authored-by: Steven <steven@ceriously.com>
2021-10-16 14:22:42 +02:00

5 lines
54 B
SCSS

$color: yellow;
.helloWorldSass {
color: $color;
}