标签: css less
少用我使用CSS数学渲染椭圆
border-radius: 0 0 120px 120px / 0 0 12px 12px;
但是计算得更少。如何防止它这样做?
答案 0 :(得分:2)
在LESS中,您可以让编译器know something should be handled like a string
border-radius: ~"0 0 120px 120px / 0 0 12px 12px";