See #77. Add example of broken SCSS case.

This commit is contained in:
Glavin Wiechert 2014-09-07 19:48:48 -03:00
parent a3bbd805b9
commit 4f5c75c5e3
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#cta {
.container {
.cta--primary {
&:visited {
//whatever
}
&::before {
//whatever
}
}
}
}