UPDATE theme.json to disable custom spacing options and add new color and title size entries
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-04-08 16:46:54 +02:00
parent f602d65bd4
commit 9407a093fb

View File

@ -12,8 +12,8 @@
"spacing": { "spacing": {
"blockGap": true, "blockGap": true,
"margin": { "margin": {
"custom": true, "custom": false,
"individual": true "individual": false
}, },
"padding": { "padding": {
"custom": true, "custom": true,
@ -98,6 +98,11 @@
"name": "Light", "name": "Light",
"slug": "light", "slug": "light",
"color": "#F9FAFB" "color": "#F9FAFB"
},
{
"name": "Blanc",
"slug": "white",
"color": "#ffffff"
} }
] ]
}, },
@ -132,6 +137,16 @@
"slug": "xxxl", "slug": "xxxl",
"name": "3XL", "name": "3XL",
"size": "1.875rem" "size": "1.875rem"
},
{
"slug": "title-h1",
"name": "Title H1",
"size": "3rem"
},
{
"slug": "title-h2",
"name": "Title H2",
"size": "2.5rem"
} }
] ]
}, },