Created
October 7, 2014 16:58
-
-
Save malrase/dfce2bcccbe3799ba98c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v2.0.0) | |
// ---- | |
@for $i from 1 through 3 { | |
foo.bar#{$i} { | |
background-size: #{$i * 10}% 100%; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source string:3: error: invalid operands for modulo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment