SCSS extend a nested selector and override the nested rulesets

前端 未结 4 692
滥情空心
滥情空心 2020-11-29 07:20

Ok so I have a placeholder with a nested selector:

%block {
  .title {
    font-size:12px;
  }
}

I want to extend it and ADD to the .

4条回答
  •  [愿得一人]
    2020-11-29 07:59

    You can use a tools, I used it to clean the css https://github.com/addyosmani/grunt-uncss

    "A grunt task for removing unused CSS from your projects with UnCSS."

提交回复
热议问题