SyntaxFix
Write A Post
Hire A Developer
Questions
Use ampersand to specify the parent selector.
SCSS syntax:
p { margin: 2em auto; > a { color: red; } &:before { content: ""; } &:after { content: "* * *"; } }