uswds icon indicating copy to clipboard operation
uswds copied to clipboard

USWDS - Sass: Silence Sass deprecation warnings in released USWDS packages

Open mahoneycm opened this issue 4 months ago • 0 comments

Description

The upcoming sass deprecations cause a lot of deprecation warnings upon compilation. Since we have issues tracking fixes for the upcoming deprecations, we should silence the warnings on releases so users do not have to deal with the verbose warnings.

Proposed solution

It looks like we can silence them completely or silence specific deprecations

Sass guidance on silencing warnings →

Alternative solution

If we downgrade our sass package to 1.77.0 it will prevent the deprecation warnings from showing.

mahoneycm avatar Oct 10 '24 17:10 mahoneycm