css-analyzer
css-analyzer copied to clipboard
☂️ Umbrella issue: CSS nesting and AST traversing issues
There's a couple of issues that can be resolved once we put in place an updated method of walking our AST: we need to keep track more of how rules are nested and how that influences rule sizes, complexity etc.
- https://github.com/projectwallace/css-analyzer/issues/320
- https://github.com/projectwallace/css-analyzer/issues/288
- https://github.com/projectwallace/css-analyzer/issues/251
- https://github.com/projectwallace/css-analyzer/issues/267
- Will make it possible to calculate the total complexity of any rule/atrule/declaration based on it's children