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
Investigate the use of CSS layers to overwrite default SIGARRA styles without using !important or worrying about specificity.
Two alternative approaches were discussed. The first involves dynamically importing all SIGARRA stylesheets in a lower layer. This can have some issues as !important interacts with layers in a very weird way. The second approach would be to download all stylesheets a priori and applying some code analysis to remove unneeded styles.
The text was updated successfully, but these errors were encountered:
Investigate the use of CSS layers to overwrite default SIGARRA styles without using
!important
or worrying about specificity.Two alternative approaches were discussed. The first involves dynamically importing all SIGARRA stylesheets in a lower layer. This can have some issues as
!important
interacts with layers in a very weird way. The second approach would be to download all stylesheets a priori and applying some code analysis to remove unneeded styles.The text was updated successfully, but these errors were encountered: