@weapp-tailwindcss/postcss 2.2.1-next.4 → 3.0.0-next.6

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.
@@ -1,3 +1,4 @@
1
1
  import type { Rule } from 'postcss';
2
+ export declare function removeRedundantTransitionPropertyFallbacks(rule: Rule): void;
2
3
  export declare function reorderVariableDeclarations(rule: Rule): void;
3
4
  export declare function dedupeDeclarations(rule: Rule): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/postcss",
3
- "version": "2.2.1-next.4",
3
+ "version": "3.0.0-next.6",
4
4
  "description": "@weapp-tailwindcss/postcss",
5
5
  "author": "ice breaker <1324318532@qq.com>",
6
6
  "license": "MIT",