GavickPro / Meet-Gavern

Meet Gavern Template for Joomla! 3.0
42 stars 41 forks source link

LESS Parser fatal error: .box-shadow in Joomla 3.6 #272

Open vitrik opened 6 years ago

vitrik commented 6 years ago

Hi, I upgraded from the 3.4 version to the Joomla 3.6. I know the template is compatible with Joomla 3.4, but maybe it's a little thing. Now gives the following error:

LESS Parser fatal error: .box-shadow is undefined: failed at `.box-shadow(inset 0 0 3px @lightgrey);

in the file override.less on line 13

Is there a way to solve?

Thanks

vitrik commented 6 years ago

I solved by changing all code lines

.box-shadow (inset 0 0 'number of pixel' @color);

with

box-shadow: inset 0 0 'number of pixel' @color;