Alistair Chisholm
Results
1
issues of
Alistair Chisholm
An example of current indentation behaviour... ``` scss .class-name { // comment @media #{$small} { display:inline; } } ``` Desired indentation... ``` scss .class-name { // comment @media #{$small} {...