cheatsheets/less.md

201 B

title layout
Less.js default

Functions

unit(30px / 5px)  #=> 6
unit(5, px)       #=> 5px

e("ms:stuff()")   #=> ms:stuff() (unquote)

%("count: %d", 1+2) #=> "count: 3"