Semantic-UI-LESS
Semantic-UI-LESS copied to clipboard
Possible to compile source with only Less compiler?
I have an existing build system and I would like to customize Semantic UI. Is it possible to compile semantic.less
using only lessc
? I tried to compile semantic.less
using only lessc
and was outputted an erroneous CSS file.
This is definitely possible, because that's exactly what I've done recently ;) However, you may need to update your less compiler (I think I'm using version 2.7.2), as I, too, had errors using the 1.6.x version of lessc.