postcss-normalize-whitespace
Advanced tools
Comparing version
{ | ||
"name": "postcss-normalize-whitespace", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Trim whitespace inside and around CSS rules & declarations.", | ||
@@ -35,7 +35,7 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"postcss": "^8.4.38" | ||
"postcss": "^8.5.3" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.4.31" | ||
"postcss": "^8.4.32" | ||
} | ||
} |
@@ -6,3 +6,3 @@ export = pluginCreator; | ||
*/ | ||
declare function pluginCreator(): import('postcss').Plugin; | ||
declare function pluginCreator(): import("postcss").Plugin; | ||
declare namespace pluginCreator { | ||
@@ -9,0 +9,0 @@ let postcss: true; |
6023
-0.02%