mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 17:49:38 +01:00
08d0b8d159
This allows other Sass team packages to re-use our analysis configuration without having to copy it.
379 B
379 B
This package provides a shared set of analysis options for use by Sass team
packages. To use it, add it as a Git dependency to your pubspec.yaml
:
dev_dependencies:
sass_analysis:
git: {url: git://github.com/sass/dart-sass.git, path: analysis}
and include it in your analysis_options.yaml
:
include: package:sass_analysis/analysis_options.yaml