@weapp-tailwindcss/postcss 3.2.6 → 3.2.8

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.
@@ -7,7 +7,7 @@ export declare function removeRootSpecificityPlaceholders(root: postcss.Root): v
7
7
  export declare function removeEmptyAtRules(root: postcss.Root): number;
8
8
  export declare function removeEmptyBlockAtRules(root: postcss.Root): number;
9
9
  export declare function removeUnsupportedBrowserSelectors(root: postcss.Root): void;
10
- export declare function removeEmptyStandardPropertyFallbacks(root: postcss.Root): void;
10
+ export declare function removeEmptyStandardDeclarations(root: postcss.Root): void;
11
11
  export declare function removeDisplayP3Declarations(root: postcss.Root): void;
12
12
  interface RemoveTailwindContainerRulesOptions {
13
13
  generatedOnly?: boolean;