Skip to content

Instantly share code, notes, and snippets.

@princed
Last active August 29, 2015 14:05
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/293af5f99b0b413a77e9 to your computer and use it in GitHub Desktop.
Save princed/293af5f99b0b413a77e9 to your computer and use it in GitHub Desktop.
Sort-order-fallback and leftovers with two properties with interpolation test case
{
"sort-order-fallback": "abc",
"sort-order": [
["..."]
]
}
$prop1: 'display'
$prop2: 'z-index'
.test {
#{$prop1}: 'block';
#{$prop2}: 0;
}
@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