Topic: you have a bug in your scss files of MDB Pro

muv free asked 4 years ago


Expected behavior i liked to compile ~mdbootstrap-pro/scss/mdb-pro and it should NOT throw a error

Actual behavior it throws the error that a image could not be found. this is because the PATH is wrong. in your /scss/core/_variables.scss at line 178 there is:

$image-path : "../img" !default;

but it should be

$image-path : "../../img" !default;

because the images path is TWO level deeper and NOT one.

there is also a wrong path in the modules/lightbox/_module (also the image is not found) - but at the moment i don't have the time to search for it. so i commented the lightbox-scss out.

Resources (screenshots, code snippets etc.) You don't need resources. just try to compile it and you see what i mean.


Marta Wierzbicka staff answered 4 years ago


Hi,

thank you for noticing this bug, we will fix that as soon as possible. If you need help with your project, please sent me one on m.szymanska@mdbootstrap.com, I'll try to help you.

Best, Marta



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: Other
  • MDB Version: -
  • Device: scss compiler
  • Browser: no browser - just scss compiler
  • OS: PHPstorm editor under windows 10
  • Provided sample code: No
  • Provided link: No