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
is it possible to support global styles without view encapsulation?
I have .scss style as a global style (in app[0].styles[] array) it works correctly, but i am not able to debug the styles, because they are included in <style> tag without mapping to concrete files.. I think it should be possible to have not encapsulated (or with map files.) global files in developer environment
The text was updated successfully, but these errors were encountered:
Hi,
is it possible to support global styles without view encapsulation?
I have .scss style as a global style (in app[0].styles[] array) it works correctly, but i am not able to debug the styles, because they are included in <style> tag without mapping to concrete files.. I think it should be possible to have not encapsulated (or with map files.) global files in developer environment
The text was updated successfully, but these errors were encountered: