postcss-discard-empty
Advanced tools
+2
-2
| { | ||
| "name": "postcss-discard-empty", | ||
| "version": "8.0.3", | ||
| "version": "8.0.4", | ||
| "description": "Discard empty rules and values with PostCSS.", | ||
@@ -38,3 +38,3 @@ "exports": { | ||
| "type": "git", | ||
| "url": "cssnano/cssnano" | ||
| "url": "git+https://github.com/cssnano/cssnano.git" | ||
| }, | ||
@@ -41,0 +41,0 @@ "bugs": { |
+1
-1
@@ -16,3 +16,3 @@ 'use strict'; | ||
| /** @type {(import('postcss').ChildNode | import('postcss').ChildProps)[] | undefined} */ | ||
| const sub = /** @type {any} */ (node).nodes; | ||
| const sub = /** @type {import('postcss').Container} */ (node).nodes; | ||
| if (sub) { | ||
@@ -19,0 +19,0 @@ /** @type {import('postcss').Container} */ (node).each(discardEmpty); |
4753
1.08%