diff --git a/examples/with-next-sass/README.md b/examples/with-next-sass/README.md index 908ba2b2..d4ab2956 100644 --- a/examples/with-next-sass/README.md +++ b/examples/with-next-sass/README.md @@ -49,6 +49,6 @@ This example features: * An app with next-sass -This example uses next-sass without css-modules. The config can be found in `next.config.js`, change `withSass()` to `withSass({cssModules: true})` if you use css-modules. Then in the code, you import the stylesheet as `import style '../styles/style.scss'` and use it like `
`. +This example uses next-sass without css-modules. The config can be found in `next.config.js`, change `withSass()` to `withSass({cssModules: true})` if you use css-modules. Then in the code, you import the stylesheet as `import style from '../styles/style.scss'` and use it like `
`. [Learn more](https://github.com/zeit/next-plugins/tree/master/packages/next-sass)