mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.34k stars 1.15k forks source link

$image-path not used in _masks.scss, breaks sass compile #107

Closed dkent600 closed 4 years ago

dkent600 commented 7 years ago

Fix for #106

dkent600 commented 7 years ago

The instructions on the main website for Sass compilation really ought to describe the need to do something like this if you're (understandably) not willing to create custom scss files inside the node_modules package:

`$roboto-font-path: '../node_modules/mdbootstrap/font/roboto/';
 $image-path: '../node_modules/mdbootstrap/img/';

And make sure the above lines come after:

@import "~mdbootstrap/data/variables";
mateuszlubianka1993 commented 4 years ago

@cla-bot check

cla-bot[bot] commented 4 years ago

Thank you for your pull request and welcome to our community! We require contributors to sign a Contributor License Agreement and we don't seem to have CLAs on file for these contributors to the Pull Request: (@dkent600). In order for your PR to be reviewed and merged, please sign our CLA first.

If there are any questions, please don't hesitate to get in touch with our Support team.

cla-bot[bot] commented 4 years ago

The cla-bot has been summoned, and re-checked this pull request!

gbujanski commented 4 years ago

Old PR and outdated