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
Looks like the plugin transforms styleUrls rather than processing the styles, that makes sense as a perf optimisation. I think it should also remove any styles defined at the component level, just to behave in a more consistent way. This would also fix the issues I'm seeing because inlined SASS isn't transformed.
I noticed that there might be some changes coming to style handing in #410, but if that is going to be configurable, I think it would still make sense for this behaviour to be consistent.
The text was updated successfully, but these errors were encountered:
Looks like the plugin transforms
styleUrls
rather than processing the styles, that makes sense as a perf optimisation. I think it should also remove anystyles
defined at the component level, just to behave in a more consistent way. This would also fix the issues I'm seeing because inlined SASS isn't transformed.I noticed that there might be some changes coming to style handing in #410, but if that is going to be configurable, I think it would still make sense for this behaviour to be consistent.
The text was updated successfully, but these errors were encountered: