Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Releases: dart-archive/csslib

0.13.3

26 Jan 00:06
Compare
Choose a tag to compare
  • Adds support for shadow host selectors :host() and :host-context().
  • Adds support for shadow-piercing descendant combinator >>> and its alias
    /deep/ for backwards compatibility.
  • Adds support for non-functional IE filter properties (i.e. filter: FlipH).
  • Fixes emitted CSS for @page directive when body includes declarations and
    page-margin boxes.
  • Exports Message from parser.dart so it's no longer necessary to import
    src/messages.dart to use the parser API.