dart-sass/pkg/sass_api/pubspec.yaml
Natalie Weizenbaum 67db39c352
Add a SassArgumentList.keywordsWithoutMarking getter (#1427)
This is necessary to properly forward argument list keywords to the
embedded compiler.

See sass/embedded-protocol#27
2021-08-16 23:59:03 +00:00

17 lines
413 B
YAML

name: sass_api
# Note: Every time we add a new Sass AST node, we need to bump the *major*
# version because it's a breaking change for anyone who's implementing the
# visitor interface(s).
version: 1.0.0-beta.3
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
sass: 1.38.0
dependency_overrides:
sass: {path: ../..}