You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a not small product which contains hundreds of components. We've migrated to Nextjs almost 3 years ago, before that we were LESS and one reason that we decided to use Nextjs was that it was supporting LESS. But nowdays it doesn't support LESS for the favour of SCSS, which is good, we decided to migrate to SCSS, but then we realized Nextjs forces us to use SCSS Modules! Using SCSS Modules is nice, but refactoring hundreds of components need a lot of effort and time which is not possible in practice.
So the problem is that forcing to use SCSS Modules will block products like us to continue with Nextjs.
You may say this is not a bug and just ignore it, but I already asked on Discussions but got no reply after months. I hope I get a reply this time.
Expected Behavior
A possible solution would be making SCSS Modules optional and enabled by default.
To Reproduce
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 27, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
10.2.3
What version of Node.js are you using?
16.9.0
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
Other platform
Describe the Bug
We have a not small product which contains hundreds of components. We've migrated to Nextjs almost 3 years ago, before that we were LESS and one reason that we decided to use Nextjs was that it was supporting LESS. But nowdays it doesn't support LESS for the favour of SCSS, which is good, we decided to migrate to SCSS, but then we realized Nextjs forces us to use SCSS Modules! Using SCSS Modules is nice, but refactoring hundreds of components need a lot of effort and time which is not possible in practice.
So the problem is that forcing to use SCSS Modules will block products like us to continue with Nextjs.
You may say this is not a bug and just ignore it, but I already asked on Discussions but got no reply after months. I hope I get a reply this time.
Expected Behavior
A possible solution would be making SCSS Modules optional and enabled by default.
To Reproduce
The text was updated successfully, but these errors were encountered: