mojotech / sass2stylus

Kewl
http://sass2stylus.com/
79 stars 18 forks source link

Argument Splats ignored #30

Closed buob closed 10 years ago

buob commented 10 years ago
@function emCalc($values...) {
  $max: length($values); // Get the total number of parameters passed
}