@wpmudev/sui-css
Version:
SUI CSS Framework, the WPMU DEV Products styles library.
39 lines (38 loc) • 642 B
JSON
{
"layout": {
"content": {
"width": {
"value": "{grid.breakpoint.xl}",
"type": "sizing"
}
},
"spacing": {
"main": {
"sm": {
"value": "-20px",
"type": "spacing",
"description": "Correct WordPress default spacing."
},
"md": {
"value": "-10px",
"type": "spacing",
"description": "Correct WordPress default spacing."
}
},
"content": {
"sm": {
"value": "{spacing.md}*2",
"type": "spacing"
},
"md": {
"value": "{spacing.md}*3",
"type": "spacing"
},
"lg": {
"value": "{spacing.md}*4",
"type": "spacing"
}
}
}
}
}