This repository was archived by the owner on Jan 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,31 @@ Type: `Function`
4343
4444Default: [ defaultMetadataGenerator]
4545
46- The function to generate the AST representation for the generated CSS classes.
46+ The function to generate the AST representation of the generated CSS classes for the color palette.
47+
48+ #### ` colorGradientGenerator `
49+
50+ Type: ` Function `
51+
52+ Default: [ defaultMetadataGenerator]
53+
54+ The function to generate the AST representation of the generated CSS classes for color gradients.
55+
56+ #### ` typographyFontSizesGenerator `
57+
58+ Type: ` Function `
59+
60+ Default: [ defaultMetadataGenerator]
61+
62+ The function to generate the AST representation of the generated CSS classes for the font sizes.
63+
64+ #### ` typographyFontFamiliesGenerator `
65+
66+ Type: ` Function `
67+
68+ Default: [ defaultMetadataGenerator]
69+
70+ The function to generate the AST representation of the generated CSS classes for the font families.
4771
4872[ defaultMetadataGenerator ] : https://github.com/luehrsenheinrich/postcss-wp-global-styles/blob/96026b5d9970589630345347db07a0ccce4f955a/lib/defaultGeneratorFunctions.js#L11
4973
You can’t perform that action at this time.
0 commit comments