-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested CSS-in-JS #2
Comments
Actually, i had enabled SASS support. See here for example: |
I would suggest any of the following options:
All the options are scoped and are quite easy to use. |
I like the idea of using css files. Separate the logic from the styling. |
This will be fixed as part of #1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Next.js doesn't support nested classes in CSS-in-JS. To fix this, I had to restructure most of it. The downside is that the naming becomes redundant and messy. We might have to look to an alternative to CSS-in-JS. #1
The text was updated successfully, but these errors were encountered: