Versions
- Bootstrap 4 Alpha 6
- Phoenix 1.2.1
Instructions
-
Install npm packages
npm install --save-dev sass-brunch npm install --save [email protected] -
Update
brunch-config.js -
Rename
web/static/css/app.csstoweb/static/css/app.scss -
Update
web/static/css/app.scss
This is not working for me.
For some bizarre reason, everything seems to be working fine except that
@import "bootstrap";simply doesn't work: Bootstrap's regular code is just not loaded...