sass_api 1.0.0-beta.19
sass_api: ^1.0.0-beta.19 copied to clipboard
Additional APIs for Dart Sass.
1.0.0-beta.19 #
- No user-visible changes.
1.0.0-beta.18 #
- No user-visible changes.
1.0.0-beta.17 #
- No user-visible changes.
1.0.0-beta.16 #
- No user-visible changes.
1.0.0-beta.15 #
- Fix an issue where
RecursiveAstVisitorwas not implementingvisitCalculationExpression.
1.0.0-beta.14 #
- Fix a bug where
RecursiveAstVisitor.visitAtRootRulewouldn't visit any nodes interpolated into the@at-root's query.
1.0.0-beta.13 #
- No user-visible changes.
1.0.0-beta.12 #
- No user-visible changes.
1.0.0-beta.11 #
- No user-visible changes.
1.0.0-beta.10 #
- No user-visible changes.
1.0.0-beta.9 #
-
Add the
CalculationExpressiontype to represent calculations in the Sass AST. -
Add the
ExpressionVisitor.visitCalculationExpressionmethod.
1.0.0-beta.8 #
- No user-visible changes.
1.0.0-beta.7 #
- No user-visible changes.
1.0.0-beta.6 #
- Add the
SassApiColorextension to the "Value" DartDoc category.
1.0.0-beta.5 #
- Add
SassColor.hasCalculatedRgband.hasCalculatedHslextension getters.
1.0.0-beta.4 #
-
UseRule,ForwardRule, andDynamicImportnow share a commonDependencyinterface that exposes aurlgetter and aurlSpangetter. -
VariableDeclaration,MixinRule,FunctionRule,Argument, andConfiguredVariablenow share a commonSassDeclarationinterface that exposes anamegetter (with underscores converted to hyphens) and anameSpangetter. -
Function calls with interpolation have now been split into their own AST node:
InterpolatedFunctionExpression.FunctionExpression.nameis now always a string (with underscores converted to hyphens).FunctionExpressionalso now has anoriginalNamegetter, which leaves underscores as-is. -
VariableExpression,IncludeRule, andFunctionExpressionnow share a commonSassReferenceinterface that exposes anamespacegetter and anamegetter (with underscores converted to hyphens), as well as correspondingnamespaceSpanandnameSpangetters.
1.0.0-beta.3 #
- No user-visible changes.
1.0.0-beta.2 #
- No user-visible changes.
1.0.0-beta.1 #
- Initial beta release.