Closed falzar closed 8 years ago
This really isn't a repo related issue. You would be better off asking a question like this on Stack Overflow
It's designed so you can add whatever you like with it. Here is a basic rundown. You'll have to look up the specifics yourself.
npm install bootstrap-sass --save-dev
site.scss
like this @import ../../node_modules/bootstrap-sass/bootstrap
all.js
like this scrollspy = require('bootstrap/scrollspy');
. You will need to require jQuery before it as well. middleman serve
and identify any errorsFoundation should be much the same.
Hello, before about, thank you for the work that you do.
Could you help me for activation of bootstrap sass in this configuration ?