css-analyzer icon indicating copy to clipboard operation
css-analyzer copied to clipboard

☂️ Umbrella issue: CSS nesting and AST traversing issues

Open bartveneman opened this issue 2 years ago • 0 comments

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

bartveneman avatar Jun 12 '23 20:06 bartveneman