postcss-ordered-values
Advanced tools
+4
-4
| { | ||
| "name": "postcss-ordered-values", | ||
| "version": "7.0.1", | ||
| "version": "7.0.2", | ||
| "description": "Ensure values are ordered consistently in your CSS.", | ||
@@ -27,3 +27,3 @@ "main": "src/index.js", | ||
| "postcss-value-parser": "^4.2.0", | ||
| "cssnano-utils": "^5.0.0" | ||
| "cssnano-utils": "^5.0.1" | ||
| }, | ||
@@ -37,7 +37,7 @@ "bugs": { | ||
| "devDependencies": { | ||
| "postcss": "^8.4.38" | ||
| "postcss": "^8.5.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "postcss": "^8.4.31" | ||
| "postcss": "^8.4.32" | ||
| } | ||
| } |
+1
-1
@@ -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; |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(): import('postcss-value-parser').SpaceNode; | ||
| declare function _exports(): import("postcss-value-parser").SpaceNode; | ||
| export = _exports; | ||
| //# sourceMappingURL=addSpace.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(values: import('postcss-value-parser').Node[][]): string; | ||
| declare function _exports(values: import("postcss-value-parser").Node[][]): string; | ||
| export = _exports; | ||
| //# sourceMappingURL=getValue.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(parsed: import('postcss-value-parser').ParsedValue): string; | ||
| declare function _exports(parsed: import("postcss-value-parser").ParsedValue): string; | ||
| export = _exports; | ||
| //# sourceMappingURL=animation.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(border: import('postcss-value-parser').ParsedValue): string; | ||
| declare function _exports(border: import("postcss-value-parser").ParsedValue): string; | ||
| export = _exports; | ||
| //# sourceMappingURL=border.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(parsed: import('postcss-value-parser').ParsedValue): string; | ||
| declare function _exports(parsed: import("postcss-value-parser").ParsedValue): string; | ||
| export = _exports; | ||
| //# sourceMappingURL=boxShadow.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(columns: import('postcss-value-parser').ParsedValue): import('postcss-value-parser').ParsedValue | string; | ||
| declare function _exports(columns: import("postcss-value-parser").ParsedValue): import("postcss-value-parser").ParsedValue | string; | ||
| export = _exports; | ||
| //# sourceMappingURL=columns.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(flexFlow: import('postcss-value-parser').ParsedValue): string; | ||
| declare function _exports(flexFlow: import("postcss-value-parser").ParsedValue): string; | ||
| export = _exports; | ||
| //# sourceMappingURL=flexFlow.d.ts.map |
@@ -5,3 +5,3 @@ /** | ||
| */ | ||
| export function normalizeGridAutoFlow(gridAutoFlow: import('postcss-value-parser').ParsedValue): import('postcss-value-parser').ParsedValue | string; | ||
| export function normalizeGridAutoFlow(gridAutoFlow: import("postcss-value-parser").ParsedValue): import("postcss-value-parser").ParsedValue | string; | ||
| /** | ||
@@ -11,3 +11,3 @@ * @param {import('postcss-value-parser').ParsedValue} gridGap | ||
| */ | ||
| export function normalizeGridColumnRowGap(gridGap: import('postcss-value-parser').ParsedValue): import('postcss-value-parser').ParsedValue | string; | ||
| export function normalizeGridColumnRowGap(gridGap: import("postcss-value-parser").ParsedValue): import("postcss-value-parser").ParsedValue | string; | ||
| /** | ||
@@ -17,3 +17,3 @@ * @param {import('postcss-value-parser').ParsedValue} grid | ||
| */ | ||
| export function normalizeGridColumnRow(grid: import('postcss-value-parser').ParsedValue): string | string[]; | ||
| export function normalizeGridColumnRow(grid: import("postcss-value-parser").ParsedValue): string | string[]; | ||
| //# sourceMappingURL=grid.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(listStyle: import('postcss-value-parser').ParsedValue): string; | ||
| declare function _exports(listStyle: import("postcss-value-parser").ParsedValue): string; | ||
| export = _exports; | ||
| //# sourceMappingURL=listStyle.d.ts.map |
@@ -1,3 +0,3 @@ | ||
| declare function _exports(parsed: import('postcss-value-parser').ParsedValue): string; | ||
| declare function _exports(parsed: import("postcss-value-parser").ParsedValue): string; | ||
| export = _exports; | ||
| //# sourceMappingURL=transition.d.ts.map |
32363
0Updated