In Sass, nesting CSS rules allows to define hierarchy selectors: ... a{} .post-content h4{} .post-content h4:before{} .post-content h4:after{} .post-content ...
確定! 回上一頁