- Timestamp:
- 05/04/2025 07:11:36 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.json
r58393 r60217 374 374 }, 375 375 "spacing": { 376 "padding": "calc(0.667em + 2px) calc(1.333em + 2px)" 376 "padding": { 377 "top": "calc(0.667em + 2px)", 378 "right": "calc(1.333em + 2px)", 379 "bottom": "calc(0.667em + 2px)", 380 "left": "calc(1.333em + 2px)" 381 } 377 382 }, 378 383 "typography": {
Note: See TracChangeset
for help on using the changeset viewer.