Skip to content

Instantly share code, notes, and snippets.

@francescostella
Created July 7, 2015 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francescostella/a53e6050e1a2bd11c500 to your computer and use it in GitHub Desktop.
Save francescostella/a53e6050e1a2bd11c500 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.test
$char: "E008"
$res: ""
@for $i from 1 through 4
$res: $res + $char
content: $res
.test {
content: "E008E008E008E008";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment