summaryrefslogtreecommitdiff
path: root/scss/tests/files/bugs/if-with-parentheses.scss
blob: 44bf82e1bb8fd6ea0e3195adb02312bf9e3b87d9 (plain)
1
2
3
4
5
6
7
a {
    @if(true) {
        &:hover {
            text-decoration: underline;
        }
    }
}