wpengine / frost

The ultimate WordPress block theme for website designers and developers.
https://wordpress.org/themes/frost/
GNU General Public License v3.0
559 stars 144 forks source link

Fix theme.json padding schema. #150

Closed kaelri closed 1 year ago

kaelri commented 1 year ago

In Frost 1.0.4, padding values are given as strings, but the theme.json v2 schema expects an object with sub-properties for top/bottom/left/right. With this change, Frost’s theme.json should validate against the official schema.