This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Commit cc7301e
committed
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.1 parent 7ec14df commit cc7301e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
0 commit comments