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
We already support complexity for selectors, but could extend this to add value, property, declaration and atrule complexities. This could also clear the way for having a 'total complexity' for the whole stylesheet.
This would be awesome to graph out as well on projectwallace.com/analyze-css.
We already support complexity for selectors, but could extend this to add value, property, declaration and atrule complexities. This could also clear the way for having a 'total complexity' for the whole stylesheet.
This would be awesome to graph out as well on projectwallace.com/analyze-css.
Some notes about edge cases and possible scenarios: https://astexplorer.net/#/gist/2d7b3b49ebc7094c0d0b7f29c023b757/ccf6dda1764a26a39098a90842a485916ce3fd4d
Checklist
& .element
!important
is used or not)@media
@import
@supports
@container
@keyframes
(whether it's vendor prefixed)@nest
@nest & > .bar
-> complexity of& > .bar
The text was updated successfully, but these errors were encountered: