我在 scss 中导入 @import "./libs/bootstrap-select.css";
给出构建后 @import url(./libs/bootstrap-select.css);
我需要文件中的 css 代码
如果以 scss@import "./libs/bootstrap-select";规范导入,但是
DEPRECATION WARNING on line 1, column 8 of /libsass/test.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.