mojotech / sass2stylus

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

handle interpolated key values #58

Closed samccone closed 10 years ago

samccone commented 10 years ago
@mixin calc($property, $value) {
  #{$property}: -webkit-calc(#{$value});
  #{$property}:         calc(#{$value});
}
samccone commented 10 years ago

related https://github.com/mojotech/mo/commit/50ba6605df78280bdd5efee7e2c9408893b862b4#diff-2a65ef4286701488220ada8c9d18d279R58