This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-implement raw CSS imports for the deprecation warning
Raw CSS imports have been removed from LibSass. We need to opt into the feature with `sass_option_push_import_extension`. We're must do this to maintain BC. Any imported files with a `.css` extension will produce a deprecation warning. This commit should be reverted in v5. This would remove raw CSS imports once and for all.
- Loading branch information