@projectwallace/css-analyzer 7.1.0 → 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -741,7 +741,7 @@ function xi(i, t = {}) {
741
741
  else if (p === "container") {
742
742
  if (Ge.p(c, f), ((Y = m.children.first) == null ? void 0 : Y.type) === "Identifier") {
743
743
  let o = m.children.first.name;
744
- console.log(o), Q.p(o, f);
744
+ Q.p(o, f);
745
745
  }
746
746
  } else p === "property" && Qe.p(c, f);
747
747
  } else
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@projectwallace/css-analyzer",
3
3
  "description": "The best CSS analyzer out there. Check design tokens, complexity, specificity, performance and more.",
4
- "version": "7.1.0",
4
+ "version": "7.1.1",
5
5
  "author": "Bart Veneman",
6
6
  "repository": {
7
7
  "type": "git",
@@ -45,7 +45,7 @@
45
45
  "code"
46
46
  ],
47
47
  "dependencies": {
48
- "@bramus/specificity": "^2.4.1",
48
+ "@bramus/specificity": "^2.4.2",
49
49
  "css-tree": "^3.1.0"
50
50
  },
51
51
  "devDependencies": {