atom-beautify/examples/simple-jsbeautifyrc/test.scss

13 lines
150 B
SCSS

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