最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - Media query in Sass is duplicated twice - Stack Overflow

programmeradmin2浏览0评论

I have simple scss file:

@media screen and (min-width: 1600px){
  .left-col {
    width: 135px;
  }
}

It is imported one time at the jsx code by import './file.scss' statement.

But when i look at Chrome dev tool i see this media query twice:

Why could this happen?

发布评论

评论列表(0)

  1. 暂无评论