@weapp-tailwindcss/postcss 3.1.9 → 3.1.10

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.
@@ -6,4 +6,5 @@ export declare function trimNodes(nodes: Node[]): Node[];
6
6
  export declare function parseAlphaValue(alphaSource: string): number | undefined;
7
7
  export declare function resolveColorData(colorSource: string, customPropertyValues: ReadonlyMap<string, string>, depth?: number): ColorData | undefined;
8
8
  export declare function normalizeColorFunctionName(colorSource: string, alpha: number, customPropertyValues: ReadonlyMap<string, string>): string | undefined;
9
+ export declare function normalizeColorFunctionWithDynamicAlpha(colorSource: string, alphaSource: string, customPropertyValues: ReadonlyMap<string, string>): string | undefined;
9
10
  export declare function normalizeStandaloneColorFunction(colorSource: string): string | undefined;