小编alo*_*oky的帖子

我在 SCSS 文件中导入常规 CSS 文件,但是?

我在 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.

css sass

6
推荐指数
1
解决办法
4431
查看次数

标签 统计

css ×1

sass ×1