Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vitrik opened this issue Mar 21, 2018 · 1 comment
Open

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

vitrik opened this issue Mar 21, 2018 · 1 comment

Comments

@vitrik
Copy link

vitrik commented Mar 21, 2018

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 vitrik changed the title LESS Parser fatal error: .box-shadow LESS Parser fatal error: .box-shadow in Joomla 3.6 Mar 21, 2018
@vitrik
Copy link
Author

vitrik commented Mar 22, 2018

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant