mojotech / sass2stylus

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

For loop breaks #31

Closed buob closed 10 years ago

buob commented 10 years ago
@function calc() {
  @for $i from 1 through 10 {
    $emValues: 1;
  }
}