Skip to content

Instantly share code, notes, and snippets.

@mtyeh411
Created December 9, 2015 18:23
Show Gist options
  • Save mtyeh411/56439d56a2528a2f6e67 to your computer and use it in GitHub Desktop.
Save mtyeh411/56439d56a2528a2f6e67 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$test: 'testing';
.btn-#{$test} {
color: blue;
}
.btn-testing {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment