When updating an imported stylesheet in scss, the compiled stylesheet is not updated
Closed this issue · 6 comments
Thanks for this plugin, i love it :)
I have one problem though: I use imported stylesheets in Sass like this:
@import "colors_typography";
@import "structure";
When i edit these stylesheets, the compiled css file is not updated. In Contao, only my "main" stylesheet is referenced. If i try to reference each scss file separately in Contao, i cannot use variables across my different scss files.
Thanks a lot :-)
I fixed this problem in 3f96315.
Somehow this does not work yet. I'm using Contao 3.1.3. If i change my imported stylesheet, the compiled stylesheet is still not updated...
Have you cleared the internal cache? What about feature #2 - is it working?
I think I found the bug. Can you please checkout version c3925e3 and test it again?
Yeah it works! This is so cool, thanks a lot! :)