Sublime-CSS-Format icon indicating copy to clipboard operation
Sublime-CSS-Format copied to clipboard

Extra linebreak on Nested SCSS when using Expanded Break Selector

Open htc001120 opened this issue 9 years ago • 0 comments

a {
    img {
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }

    &:hover {
        img {
            top: -13px;
        }

    }

}

htc001120 avatar Oct 28 '15 04:10 htc001120