Skip to content

Releases: humanmade/wp-themejson-css

v1.0.0

06 Mar 20:28

Choose a tag to compare

Initial VS Code Extension Marketplace release. Functionally identical to v0.0.2.

v0.0.2

04 Mar 17:58

Choose a tag to compare

  • Preserve double-colon syntax on ::before and ::after properties (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

04 Mar 17:06

Choose a tag to compare

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.