Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 0075feb

Browse files
committed
Update README.md
1 parent dcc82c0 commit 0075feb

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,31 @@ Type: `Function`
4343

4444
Default: [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

0 commit comments

Comments
 (0)