Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
This topic contains 1 reply, has 1 voice, and was last updated by Fred Tep 8 years, 7 months ago.
The topic ‘less error’ is closed to new replies.
I’ve just found the solution in case someone needs it :
you have to remove (~"whateverisinside") by whateverisinside
exemple below
(~".span@{index}") { .span(@index); }
by
.span@{index} { .span(@index); }
in both plugins/system/t3/base/bootstrap/less/mixins.less and plugins/system/t3/base/less/mixins.less
This topic contains 1 reply, has 1 voice, and was last updated by Fred Tep 8 years, 7 months ago.
The topic ‘less error’ is closed to new replies.