mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 17:49:38 +01:00
17 lines
413 B
YAML
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.2
|
|
description: Additional APIs for Dart Sass.
|
|
homepage: https://github.com/sass/dart-sass
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
sass: 1.37.5
|
|
|
|
dependency_overrides:
|
|
sass: {path: ../..}
|