码迷,mamicode.com
首页 > Web开发 > 详细

scss 中 !important

时间:2019-10-23 19:56:36      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:一个   dde   psi   important   imp   pre   写法   nowrap   text   

// 对的写法
overflow:(hidden !important);
text-overflow:(ellipsis !important);
white-space:(nowrap !important) ;
// 错误写法 多一个空格都不行
overflow: (hidden !important);
text-overflow: (ellipsis !important);
white-space: (nowrap !important) ;

scss 中 !important

标签:一个   dde   psi   important   imp   pre   写法   nowrap   text   

原文地址:https://www.cnblogs.com/rosendolu/p/11728170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!