mojotech / sass2stylus

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

mixin argument splats not working #56

Closed samccone closed 10 years ago

samccone commented 10 years ago
@mixin background-image($images...) {
}

should convert to using arguments

see https://github.com/LearnBoost/stylus/issues/656