mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

SASS each multi assign causes error in Takana #75

Closed jasonlav closed 9 years ago

jasonlav commented 9 years ago

When using a multi assign each statement in SASS, Takana throws errors. The example provided directly by SASS (http://sass-lang.com/documentation/file.SASS_REFERENCE.html#each-multi-assign) causes errors. Causes libraries such as Bourbon to not work with Takana.

error rendering css/style.scss : { file: 'css/style.scss',
  line: 30,
  message: ' expected \'in\' keyword in @each directive' }
jasonlav commented 9 years ago

Found related issue: https://github.com/mechio/takana/issues/25