Topic: SCSS/CSS Error in _variables.scss

avalonstudios pro asked 5 years ago


Hello, There seems to be an error in '_variables.scss' on line 154
154 $image-path: "../../img/" !default;
which is causing lines 160 & 161 to output a double forward-slash in the 'carousel-control-prev/next-icon' path resulting in a 404.
160 $carousel-control-prev-icon: url(#{$image-path}/svg/arrow_left.svg) !default;
161 $carousel-control-next-icon: url(#{$image-path}/svg/arrow_right.svg) !default;
Correcting line 154 to
$image-path: "../img" !default;
Fixed the issue. Please note that I also remove a "../" since it was unnecessarily pointing to an extra directory up in the relative path.

Marta Wierzbicka staff answered 5 years ago


Hi, thank you for noticing the problem and solution. We will fix this in the next release. 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

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: Yes
  • Provided link: No
Tags