atom-beautify/examples/simple-jsbeautifyrc/sass/original/test.sass

7 lines
51 B
Sass

a {
line-height: 56px;
&:hover {
color: blue;
}
}