Sublime-CSS-Format
Sublime-CSS-Format copied to clipboard
Extra linebreak on Nested SCSS when using Expanded Break Selector
a {
img {
position: absolute;
top: 0px;
left: 0px;
cursor: pointer;
}
&:hover {
img {
top: -13px;
}
}
}