atom-beautify/examples/nested-jsbeautifyrc/sass/original/_extra-line-test.scss

15 lines
199 B
SCSS

// https://github.com/Glavin001/atom-beautify/issues/181
.ttl {
margin-bottom: 10px;
}
// https://github.com/Glavin001/atom-beautify/issues/180
.a {
color: #fff;
.b {
color: #999;
}
}