Open 01Kuzma opened 3 years ago
Gantry uses a newer more strict compiler, so this in _owlcarousel-neo.scss won't work anymore:
_owlcarousel-neo.scss
&:hover { background: fadeout($white, 80%); border-color: transparent; }
it have to be changed to
background: fadeout($white, 0.8);
Gantry uses a newer more strict compiler, so this in
_owlcarousel-neo.scss
won't work anymore:it have to be changed to
background: fadeout($white, 0.8);