Closed ghiscoding closed 4 weeks ago
Run & review this pull request in StackBlitz Codeflow.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.8%. Comparing base (
17cf3e9
) to head (0940d10
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@imports
with@use
since this will be removed in dart-sass 2.0, see https://sass-lang.com/blog/import-is-deprecated/before changes with
@import
legacyafter changes with
@use
modern