sass_api 1.0.0-beta.28 sass_api: ^1.0.0-beta.28 copied to clipboard
Additional APIs for Dart Sass.
1.0.0-beta.28 #
- No user-visible changes.
1.0.0-beta.27 #
- No user-visible changes.
1.0.0-beta.26 #
- No user-visible changes.
1.0.0-beta.25 #
- No user-visible changes.
1.0.0-beta.24 #
- No user-visible changes.
1.0.0-beta.23 #
- No user-visible changes.
1.0.0-beta.22 #
- No user-visible changes.
1.0.0-beta.21 #
- No user-visible changes.
1.0.0-beta.20 #
- No user-visible changes.
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
RecursiveAstVisitor
was not implementingvisitCalculationExpression
.
1.0.0-beta.14 #
- Fix a bug where
RecursiveAstVisitor.visitAtRootRule
wouldn'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
CalculationExpression
type to represent calculations in the Sass AST. -
Add the
ExpressionVisitor.visitCalculationExpression
method.
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
SassApiColor
extension to the "Value" DartDoc category.
1.0.0-beta.5 #
- Add
SassColor.hasCalculatedRgb
and.hasCalculatedHsl
extension getters.
1.0.0-beta.4 #
-
UseRule
,ForwardRule
, andDynamicImport
now share a commonDependency
interface that exposes aurl
getter and aurlSpan
getter. -
VariableDeclaration
,MixinRule
,FunctionRule
,Argument
, andConfiguredVariable
now share a commonSassDeclaration
interface that exposes aname
getter (with underscores converted to hyphens) and anameSpan
getter. -
Function calls with interpolation have now been split into their own AST node:
InterpolatedFunctionExpression
.FunctionExpression.name
is now always a string (with underscores converted to hyphens).FunctionExpression
also now has anoriginalName
getter, which leaves underscores as-is. -
VariableExpression
,IncludeRule
, andFunctionExpression
now share a commonSassReference
interface that exposes anamespace
getter and aname
getter (with underscores converted to hyphens), as well as correspondingnamespaceSpan
andnameSpan
getters.
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.