From 5cef35b8116400d9fdd3e5d4bceaf5a41f4a8565 Mon Sep 17 00:00:00 2001 From: Ahmed Tarek Date: Sun, 17 Feb 2019 14:32:58 +0200 Subject: [PATCH] Fix style importing (#6322) --- examples/with-next-sass/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)