-
Notifications
You must be signed in to change notification settings - Fork 262
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
Using SASS styles inside <style jsx> #205
Comments
Not yet but it might be very soon thanks to #190 |
Currently, if I import a SASS file I get it compiled thanxs to webpack, but I don't know if I can do this:
|
you can but they won't be scoped |
So there's no way to make it scoped? |
no yet, but with Plugins it will be possible and very easy. |
thanks, but how long do I need to wait in order to use plugins?
2017-05-22 12:49 GMT-04:00 Giuseppe <notifications@github.com>:
… no yet, but with Plugins it will be possible and very easy.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMDUAgbNP75xbX2ztTVUhvbJurQTV19_ks5r8byAgaJpZM4Nif3V>
.
|
@vladejs I already have a Pull Request ready but we won't include it in the next release yet. So my guess is that probably in a couple of weeks we will be able to release a version that introduces plugins. |
This would be an awesome addition. Any news on this? |
Hello, not sure this is the right place for this question.
` I have seen this in the readme
If I understand correctly, what I want to do is currently not supported right? Is there any plan to support this in the future? And if I wanted to help support this, where should I look? |
@fredsh I'm testing the same styled-jsx plugin and I can't get the imported .scss files to hot-reload or even reload with a page refresh. Have you achieve that?? |
Any update on this? Or atleast using postcss plugins for css nesting and container-query? With javascript functions and variables, we don't really need css vars (and the ugly syntax) or mixins but nesting and container query support would be very nice. |
This is a non-issue. Javascript vars are 👍, and only suffer the same dynamic limitations as |
Is that possible? I am used to SASS and want to use it in my next app.
Currently, I have this code:
And I wanna make it like this:
If I do that, it doesn't throws errors, but the indented style gets ignored.
The text was updated successfully, but these errors were encountered: