twitter-bootstrap-3 – bootstrap 3 border-radius less mixin gone

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap-3 – bootstrap 3 border-radius less mixin gone前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Bootstrap的.border-radius()mixin在版本3中为 no longer there

我正在努力转换我的代码库和这种遗漏的想法相当奇怪。有没有.border-radius被一些其他mixin替换?是否使用它,如果是这样为什么?

解决方法

啊哈!我找到答案…

Remove .border-radius() and .border-*-*-radius mixins. As only Android
2.1,iOS 3.2,and older desktop browsers require a prefixed version,we’ve removed the base mixin. Since we no longer require prefixes for
independent corners,we’ve dropped those mixins as well. Mixins for a
single side,like .border-left-radius,are still available.

TWBS Pull 6342,特别是在LESS下的变化。

原文链接:https://www.f2er.com/bootstrap/234549.html

猜你在找的Bootstrap相关文章