-
Notifications
You must be signed in to change notification settings - Fork 77
Variables update #6
Comments
this happens when you import I was going to create this issue but I see that it's already here. SASS doesn't have this problem at the moment. |
+1 |
@zzq889, could you explain @import 'components/panel'; |
I've found postcss-import could support hot reload with postcss-loader in webpack:
I think the issue is related to the css modules.
When I modify the |
Hi guys, any solutions or workarounds on that ? |
If someone else is looking for the workaround - I replaced postcss-partial-import with postcss-import and "addDependencyTo: webpack" and that did the trick for me |
FWIW, this is now something you can do. https://github.com/jonathantneal/postcss-advanced-variables/#variables-1 |
When creating or updating variables webpack server needs to be restarted to update variables values.
The text was updated successfully, but these errors were encountered: