summaryrefslogtreecommitdiff
path: root/scss/tests/files/bugs/selectors-adjacent-is-not-include.scss
blob: 84fef9a8b4e67c08d364d4c085b1d001a67da8b0 (plain)
1
2
3
4
5
p {
    + h4 {
        margin-top: 28px;
    }
}