Why node-sass can't find one of my mixins,the other one works well

前端 未结 0 1331
感情败类
感情败类 2020-12-08 04:44

I have two mixins like this,

@mixin clearfix {
  &::after {
    content: "";
    display: table;
    clear: both;
  }
}

@mixin respondphone {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题