We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2c03c commit 6b8cfe5Copy full SHA for 6b8cfe5
src/theme-json/colors.json
@@ -2,8 +2,13 @@
2
"version": 3,
3
"settings": {
4
"color": {
5
+ "duotone": [],
6
+ "customDuotone": false,
7
"defaultDuotone": false,
8
+ "gradients": [],
9
+ "customGradient": false,
10
"defaultGradients": false,
11
+ "custom": false,
12
"defaultPalette": false,
13
"palette": [
14
{
src/theme-json/typography.json
@@ -8,6 +8,7 @@
"dropCap": false,
"fontStyle": false,
"fontWeight": false,
+ "lineHeight": false,
"letterSpacing": false,
"textDecoration": false,
"textTransform": false,
0 commit comments