DEBSOURCES
Skip Quicknav
sources / node-node-sass / 4.14.1%2Bgit20200512.e1fc158%2Bdfsg-4 / sass-spec / spec / libsass-closed-issues / issue_63 / input.scss
12345678910
@mixin testComments { /* crash */ p { width: 100px; } } @media screen and (orientation:landscape) { @include testComments; }