This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 318
What is the recommended way to use Sass? #625
Comments
This was referenced Apr 2, 2020
The built-in support is really new, has just added recently. The |
I'd like to see some examples using built-in scss, and also a note in the README. I just spent some time setting up next-sass only to find out it's built-in now... |
It is right in the documentation, in short:
Also, they have updated the example with built-in sass support at #11015, so the name is quite mislead. It works out of the box in my project. |
Hi, thanks for creating an issue. We currently recommend using https://nextjs.org/docs/basic-features/built-in-css-support as zeit/next-css and zeit/next-sass have been deprecated in favor of the built-in support. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was reading the
Next.js
documentation and it seems as ifNext.js
has built-in support for Sass.This brings up some questions:
@zeit/next-sass
plugin then?Next.js
?Next.js
use by default?@zeit/next-sass
plugin?includePaths
option to@use
styling included in ournode_modules
?The text was updated successfully, but these errors were encountered: