SyntaxFix
Write A Post
Hire A Developer
Questions
For concatenating selectors together when nesting, you need to use the parent selector (&):
&
.class { margin:20px; &:hover { color:yellow; } }