dart-sass/analysis
2023-05-15 14:34:52 -07:00
..
lib Merge branch 'embedded-move' into embedded 2023-05-15 14:34:52 -07:00
pubspec.yaml Upgrade dev dependencies to the latest version 2022-09-03 01:41:06 +02:00
README.md Clone repos using https:// not git:// (#1597) 2022-01-12 15:50:00 -08:00

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: 
    https://github.com/sass/dart-sass.git, path: analysis}

and include it in your analysis_options.yaml:

include: package:sass_analysis/analysis_options.yaml