0
私はsage wpテーマに新しいバウアーコンポーネントを追加しようとしていますが、問題は唯一の問題です。セイジワードプレステーマのバウアーに新しい依存関係を追加する
これは私のbower.json
{
"name": "sage",
"homepage": "https://roots.io/sage/",
"authors": [
"Ben Word <[email protected]>"
],
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap-sass": "3.3.7",
"pushy": "1.0.0",
"fullpage.js": "2.9.2"
}
}
である。しかしmain.scssに何も追加されませんか?
// Automatically injected Bower dependencies via wiredep (never manually edit this block)
// bower:scss
@import "../../bower_components/bootstrap-sass/assets/stylesheets/_bootstrap.scss";
// endbower