Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace @import with @use to fix SASS 2.0 deprecations #1278

Merged
merged 1 commit into from
Oct 25, 2024

feat: switch to SASS `@use` and remove any `@import` to fix deprecations

3020001
Select commit
Loading
Failed to load commit list.
Merged

feat: replace @import with @use to fix SASS 2.0 deprecations #1278

feat: switch to SASS `@use` and remove any `@import` to fix deprecations
3020001
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2024 in 0s

20.91% (+0.00%) compared to f78c825

View this Pull Request on Codecov

20.91% (+0.00%) compared to f78c825

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 20.91%. Comparing base (f78c825) to head (3020001).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1278   +/-   ##
=======================================
  Coverage   20.91%   20.91%           
=======================================
  Files           8        8           
  Lines         952      952           
  Branches      327      350   +23     
=======================================
  Hits          199      199           
  Misses        753      753           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.