rsnext/test/integration/config/components/hello-webpack-sass.scss
Tim Neutkens 183866a96d
Add support for rendering .css chunks (#4861)
Depends on https://github.com/zeit/next-plugins/pull/228

Failing tests are expected as `@zeit/next-css` has to be updated/released first.

This implements rendering of `.css` chunks. Effectively removing the custom document requirement when adding next-css/sass/less/stylus.
2018-07-30 15:48:02 +02:00

5 lines
54 B
SCSS

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