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