首页 新闻 会员 周边

index.less :global{}什么意思?

0
悬赏园豆:5 [已解决问题] 解决于 2018-05-14 15:48

index.less   :global{}什么意思?

.main{
    .form{
        border-bottom: 0;
    }
    :global{
        .div{
            color:red;
        }
    }
}
那朵云像只狗的主页 那朵云像只狗 | 初学一级 | 园豆:7
提问于:2018-01-12 23:32
< >
分享
最佳答案
0

这个是CSS Modules,.div是全局样式

收获园豆:5
幻天芒 | 高人七级 |园豆:37175 | 2018-01-13 14:05

谢谢,明白了。

那朵云像只狗 | 园豆:7 (初学一级) | 2018-05-14 15:47
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册