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

13 lines
150 B
SCSS
Raw Normal View History

#cta {
.container {
.cta--primary {
&:visited {
//whatever
}
&::before {
//whatever
}
}
}
}