Closed jenCape closed 7 years ago
Same here. Although I'm not using webpack. It's complaining about the same line from the bootstrap _variables.scss
file.
That's because we do not use Alpha 6 in MDB 4.4.
As we wrote in change log (https://mdbootstrap.com/changelog/) we use experimental, not yet published version of Bootstrap Beta.
And as we wrote in disclaimer - if you need a stable version you should you MDB 4.3.2 still available on our website.
how should we compile mdb 4.4? you've included bootstrap.js
(though in the comments, it says v4.0.0-alpha.6
, but i couldn't find the css files anywhere. and normalize
appears to be missing without bootstrap
Although comment says "alpha-6" it's a newer version.
As we wrote in changelog - "Dropped Normalize.css for Reboot.css (which is actually built upon Normalize.css)"
You have 2 choices:
Use the newest, not yet published Bootstrap: https://github.com/twbs/bootstrap
Use stable MDB 4.3.2: http://mdbootstrap.com/legacy/4.3.2/
I just replaced my local copy of mdb 4.3.0 with mdb 4.4.0, but
sass-loader
complains when i tried to compile mdb with bootstrap.main.scss:
error:
this worked when I switched back to mdb 4.3.0, it also worked if I comment-out either of the two imports (so just
@import '../vendor/bootstrap/css/bootstrap';
or just@import '../vendor/mdbootstrap/sass/mdb';
)I'm compiling everything with webpack: