package:csslib/css.dart
. Use parser.dart
and visitor.dart
instead.List<RuleSet> rulesets
field on MediaDirective
, HostDirective
, and StyletDirective
has been replaced by List<TreeNode> rules
to allow nested at-rules in addition to rulesets.@viewport
.-webkit-calc()
and -moz-calc()
.@media (transform-3d) { ... }
.@-moz-document
.@supports
.:host()
and :host-context()
.>>>
and its alias /deep/
for backwards compatibility.filter: FlipH
).@page
directive when body includes declarations and page-margin boxes.Message
from parser.dart
so it's no longer necessary to import src/messages.dart
to use the parser API.logging
package.Top-level methods in parser.dart
now take PreprocessorOptions
instead of List<String>
.
PreprocessorOptions.inputFile
is now final.
source_maps
' Span
class to source_span
's SourceSpan
class.