添加 node_module bootstrap scss 到 gulp
Add node_module bootstrap scss to gulp
我已经使用 npm 安装了 bootstrap 4 beta,我想将它添加到我的项目中。我有 gulp,我想在其中包含 bootstrap 的 scss ...我该怎么做?
我有基础。您应该将路径替换为 bootstrap.
.pipe(sass({
includePaths: ["./node_modules/foundation-sites/scss"]
}).on("error", sass.logError))
我已经使用 npm 安装了 bootstrap 4 beta,我想将它添加到我的项目中。我有 gulp,我想在其中包含 bootstrap 的 scss ...我该怎么做?
我有基础。您应该将路径替换为 bootstrap.
.pipe(sass({
includePaths: ["./node_modules/foundation-sites/scss"]
}).on("error", sass.logError))