Releases: humanmade/wp-themejson-css
Releases · humanmade/wp-themejson-css
v1.0.0
v0.0.2
- Preserve double-colon syntax on
::beforeand::afterproperties (they are ignored by WordPress when using only a single colon). - Save
" "content strings with single quotes to increase legibility of minified code in the JSON.
Initial Release
Implements an editor command to expand a minified, inline CSS string inside a theme.json (or theme.json partial, such as a block style JSON file) into a formatted CSS virtual document where edits can be made more easily. Changes are saved back to the original theme.json string.