mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
183866a96d
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.
6 lines
54 B
SCSS
6 lines
54 B
SCSS
$color: yellow;
|
|
|
|
.helloWorldSass {
|
|
color: $color;
|
|
}
|