Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created November 20, 2015 18:09
Show Gist options
  • Save mirisuzanne/66c3d77b46de41f6c85a to your computer and use it in GitHub Desktop.
Save mirisuzanne/66c3d77b46de41f6c85a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.test {
@each $item in 'one' {
item: $item;
}
}
.test {
item: "one";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment