Skip to content

Instantly share code, notes, and snippets.

@princed
Created August 19, 2014 07:53
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 princed/70248210ef71c1fadb6a to your computer and use it in GitHub Desktop.
Save princed/70248210ef71c1fadb6a to your computer and use it in GitHub Desktop.
Element-case with selector interpolation test case
{
"element-case": "lower"
}
$selector: '.test';
#{$selector} {
display: none;
}
@princed
Copy link
Author

princed commented Aug 19, 2014

Run csscomb test.scss to reproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment