Last active
August 29, 2015 14:05
-
-
Save princed/293af5f99b0b413a77e9 to your computer and use it in GitHub Desktop.
Sort-order-fallback and leftovers with two properties with interpolation test case
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sort-order-fallback": "abc", | |
"sort-order": [ | |
["..."] | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$prop1: 'display' | |
$prop2: 'z-index' | |
.test { | |
#{$prop1}: 'block'; | |
#{$prop2}: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
csscomb test.scss
to reproduce