You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using
"codesleeve/asset-pipeline": "2.0.3"
with
"laravel/framework": "4.2.9",
i am trying to compile bootstrap 3.2 from less file and it is always giving me error
parse error: failed at &:extend(.clearfix all);
at
bootstrap/less/mixins/grid.less on line 11
also i have tried to compile other files but it always fails when ever there is &:extend() is used in less file.
Please help me out.
The text was updated successfully, but these errors were encountered:
Hi,
I am using
"codesleeve/asset-pipeline": "2.0.3"
with
"laravel/framework": "4.2.9",
i am trying to compile bootstrap 3.2 from less file and it is always giving me error
parse error: failed at
&:extend(.clearfix all);
at
bootstrap/less/mixins/grid.less on line 11
also i have tried to compile other files but it always fails when ever there is &:extend() is used in less file.
Please help me out.
The text was updated successfully, but these errors were encountered: