Skip to content

Fix Libsass 3.3

Compare
Choose a tag to compare
@fspoettel fspoettel released this 04 Nov 14:42
· 57 commits to master since this release
  • Bug-Reference: #34
  • each iterates over lists as one-dimensional entities in libsass 3.3. This is sort-of expected behavior, since syntaxes like @each $var1, $var2 in @list are possible in SASS, making it unsuitable for our lax syntax.
  • Using a for-loop correctly parses the breakpoint-statement as lists.