emberfeather / less.js-middleware

Connect Middleware for LESS.js compiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please update the latest version of less support

Lfan-ke opened this issue · comments

At present, the new Less if syntax and variable calculation syntax are not supported in this middleware, resulting in many unnecessary problems encountered during development.

Less DOC:
image

source:
overflow-x: if((@show), auto, hidden);

use lessc:
image

use your middleware:
image

bug: not support the less@4.2.0