See #77. Add example of broken SCSS case.
This commit is contained in:
parent
a3bbd805b9
commit
4f5c75c5e3
|
@ -0,0 +1,12 @@
|
||||||
|
#cta {
|
||||||
|
.container {
|
||||||
|
.cta--primary {
|
||||||
|
&:visited {
|
||||||
|
//whatever
|
||||||
|
}
|
||||||
|
&::before {
|
||||||
|
//whatever
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue