SCSS in new CSS Support
See original GitHub issueI tried implementing the new CSS support under the feature flag with .module.scss and .scss files but I get an error saying that I need an appropriate loader.
How can I load .scss files with the new CSS support?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:18 (12 by maintainers)
Top Results From Across the Web
Sass: Syntactically Awesome Style Sheets
Sass is completely compatible with all versions of CSS. We take this compatibility seriously, so that you can seamlessly use any available CSS...
Read more >CSS, SCSS, and Less support in Visual Studio Code
Find out how Visual Studio Code can support your CSS, SCSS and Less development.
Read more >How to Use Sass with CSS - freeCodeCamp
Sass is a CSS preprocessor that helps you manage tasks in large projects where the style sheets get larger, you have a number...
Read more >Should We Use CSS or SCSS in 2021? - Bits and Pieces
In this article, I want to explore the SCSS features and improvements in CSS over the years.
Read more >Basic Features: Built-in CSS Support - Next.js
Next.js allows you to import Sass using both the .scss and .sass extensions. You can use component-level Sass via CSS Modules and the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

That explains it. Are you guys planning to add this anytime soon? And is there an alternative way of implementing SASS with it, maybe by using custom loaders in the
next.config.jsor similar?Might consider investigating adding Less and maintaining support for it under enterprise support, then I can justify adding it long term. Feel free to email enterprise@zeit.co.