Semantic-UI-LESS icon indicating copy to clipboard operation
Semantic-UI-LESS copied to clipboard

Possible to compile source with only Less compiler?

Open kennyjwilli opened this issue 7 years ago • 1 comments

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.

kennyjwilli avatar Mar 31 '17 03:03 kennyjwilli

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.

Dan1ve avatar Jun 26 '17 06:06 Dan1ve