ekryski / less2sass

A little script to convert less to sass files
MIT License
273 stars 40 forks source link

mixin has `when` is not support #16

Closed xiaoping0x closed 7 years ago

xiaoping0x commented 7 years ago

.setArrow($direction, $arrowsize, $borderColor, $borderWidth) when ($direction = top) { ._setArrow($arrowsize, $borderColor, $borderWidth); transform: matrix(0.71,-0.71,0.71,0.71,0,0); // rotate(-45deg) }

ekryski commented 7 years ago

Duplicate of #11