Skip to content

v3.14.0

Compare
Choose a tag to compare
@borela borela released this 22 Mar 01:59
· 215 commits to master since this release

Candyman

  • Minor updates to attribute colors;

JS/JSX Comment toggle plugin

  • Rewrite and cleanup;
  • Fix #102 and #105;

JavaScript

  • Add styled component API helpers #101;
  • Fix sub property tag not being highlighted near template string;

CSS

  • Enhance identifiers precision;
  • Add custom property sets;
  • Add ruleset nesting;
  • Add some missing constants;
  • Add custom media;
  • Add custom selector;
  • Add @nest;
  • Conditional groups are allowed to contain properties only;
  • Add blur, gray, hwb , image-set, repeat and minmax;
  • Add x and fr units;
  • Add matches;
  • Allow standalone attribute selector;
  • Enhance attribute selecto value matching for unquoted strings;
  • Add exclusive scopes to grid values #103;