Sass extend with pseudo selectors

前端 未结 3 1840
我寻月下人不归
我寻月下人不归 2020-12-18 07:43

I am using compass to manage some sass files on mac osx. I have these files:

sass/
      screen.scss
            partials folder/
      ...
            _font         


        
3条回答
  •  既然无缘
    2020-12-18 08:21

    As said before, you should try to use placeholder class. In other hand always first consider @mixin first and try to avoid nesting with @extend.

提交回复
热议问题