---
title: Less.js
layout: default
### Functions
unit(30px / 5px) #=> 6
unit(5, px) #=> 5px
e("ms:stuff()") #=> ms:stuff() (unquote)
%("count: %d", 1+2) #=> "count: 3"