Hello,
I just upgraded from version 6.0.5 to version 6.0.6
And I found a problem exactly in the file:
_utilities.scss
in the section:
Height Utility Classes
This compiles well but the classes stopped working for me
min-vh-{breakpoint}-#
When comparing with the previous version note that in this new version they stopped using the $infix variable to generate the css code.
Conclusions change that section for the previous one and it works fine now.
I'm just telling you in case the same thing happens to someone and see if they can fix it for the next update!
pd: in _variables.scss
$ slider-arrows-bg-hover-color has - '!important'
and when using it in _slider.scss
.slider-arrow-bottom-sm: hover
generate
!important !important; and I get a warning.
Thank you!
