This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Releases: dart-archive/csslib
Releases · dart-archive/csslib
0.13.3
- 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
fromparser.dart
so it's no longer necessary to import
src/messages.dart
to use the parser API.