less4clj icon indicating copy to clipboard operation
less4clj copied to clipboard

Less compiler for Clj, Lein and Boot, using Less4j

Results 3 less4clj issues
Sort by recently updated
recently updated
newest added

I noticed weird behaviour when naming my CSS classes with BEM-naming convention, using & and double hyphens. When naming my classes in a following way `.foo { &__bar { &--baz...

wontfix
blocked

`:verbosity` is either 1 or 2. Maybe it could be 0 too, to disable [all printing](https://github.com/Deraen/less4clj/blob/c6b56db33f02f826bacf4b0f6b7511cbccb1939a/src/less4clj/api.clj#L33). This would be usefull when using from likes of Integrant, Mount and Component. ```clj...

So, semantic-ui is working! But I keep getting a warning: `WARN: Compilation resulted in incorrect CSS. The IMPORT ended up inside a body of rule set located at 17:1 at...

blocked