sass_api 1.0.0-beta.4
sass_api: ^1.0.0-beta.4 copied to clipboard
Additional APIs for Dart Sass.
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.