Use ampersand to specify the parent selector. SCSS syntax: p { margin: 2em auto; > a { color: red; } &:before { content: ""; } &:after { content: "* * *" ...
確定! 回上一頁