Skip to content

Commit ebfa08f

Browse files
Guilherme Diegotimneutkens
authored andcommitted
Add details to with-scoped-external-css (vercel#3055)
1 parent 7c90863 commit ebfa08f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/with-external-scoped-css/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ yarn start
1212
#### Supported Langs
1313
The plugin supports the `less`, `scss` and `css` file extensions. It is possible to add support for another pre-processor by creating a function to compile the code. In the example we use `sass` as our css pre-processor
1414

15-
To edit the types you need to go to `.babelrc`
16-
15+
You need to edit the `.babelrc` and sometimes the `pre-processor.js` to work with another languages, if you want to use SCSS the solution and explanation (fit with other css-pre-processors) are in this issue <3 [#3053](https://github.com/zeit/next.js/issues/3053)
1716

1817
#### Attention Points
1918
- Next.js doesn't have support for watching `*.css files. So you will have to edit a Javascript file to re-compile the css. In the future this will be fixed by [#823](https://github.com/zeit/next.js/pull/823).

0 commit comments

Comments
 (0)