Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a custom module to silence dart sass warnings
With this change, we have defined a custom SassWarningSupressor module that overrides the warn method so that we can ignore messages containing 'sass' or 'dart-sass' only. This is needed so that we can avoid sass warnings in downstream projects.
- Loading branch information