Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.3 KB

File metadata and controls

51 lines (31 loc) · 1.3 KB

Changes to PostCSS Language Support

1.0.9

  • Support for the ::part pseudo-element.
  • Improvements to the ::slotted pseudo-element.
  • Improvements to the @property at-rule.
  • Improvements to the @composes at-rule and composes declaration.
  • Improvements to the directionality (:dir) pseudo-class.
  • Improvements to the combination (has, is, matches, not, and where) pseudo-classes.
  • Improvements to the child-indexed (:nth) pseudo-classes.
  • Improvements to the functional (%placeholder) classes.
  • Improvements to the tag (html) selector.
  • Improvements to the generic pseudo-class and pseudo-element selectors.

1.0.8

  • Support @property rule.

1.0.7

  • Support color customizations for variables and other custom words.

1.0.6

  • Support generic blocks in property values; enclosed by round, square, or curly brackets.

1.0.5

  • Support all identifier tokens wherever identifier tokens are supported.

1.0.4

  • Support CSS Modules compose-with alternative.
  • Support CSS Modules @composes and @compose-with alternatives.

1.0.3

  • Removed unnecessary emmet.syntaxProfiles from Emmet section

1.0.2

  • Removed unnecessary grammar implied for css within HTML files

1.0.1

  • Fixed an issue with nested selectors and combinators

1.0.0

  • Initial release