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
I've noticed that each time the CSS is saved, the protected CSS is prepended. This results in duplicate CSS rules: * { box-sizing: border-box; } body { margin: 0; } *{ box-sizing:border-box; } body{ margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; }
Is it possible to fetch CSS excluding protected CSS, or will I just need to remove that manually?
The text was updated successfully, but these errors were encountered:
I'm attempting to build this:
#324
I've noticed that each time the CSS is saved, the protected CSS is prepended. This results in duplicate CSS rules:
* { box-sizing: border-box; } body { margin: 0; } *{ box-sizing:border-box; } body{ margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; }
Is it possible to fetch CSS excluding protected CSS, or will I just need to remove that manually?
The text was updated successfully, but these errors were encountered: