sass / node-sass

:rainbow: Node.js bindings to libsass

Home Page:https://npmjs.org/package/node-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build broken styles width max() min()

zdimaz opened this issue · comments

left: max(0%, 100% - 150px);
and try
left: max(0%, calc(100% - 150px));

Build:
left:max(0,100% - 150px)

=====================
left:max(0,100% - 150px)

left:max(0 this mast be % , this mast be indent 100% - 150px)

Its doesnt work (=