mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 09:37:49 +01:00
fc8b9fa3c7
GitHub no longer supports the git:// protocol: https://github.blog/2021-09-01-improving-git-protocol-security-github/
16 lines
386 B
Markdown
16 lines
386 B
Markdown
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`:
|
|
|
|
```yaml
|
|
dev_dependencies:
|
|
sass_analysis:
|
|
git: {url:
|
|
https://github.com/sass/dart-sass.git, path: analysis}
|
|
```
|
|
|
|
and include it in your `analysis_options.yaml`:
|
|
|
|
```yaml
|
|
include: package:sass_analysis/analysis_options.yaml
|
|
```
|