边框半径TextMate代码段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了边框半径TextMate代码段相关的知识,希望对你有一定的参考价值。
If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.
-moz-border-radius: ${1:5}px; -webkit-border-radius: ${1:5}px; -khtml-border-radius: ${1:5}px; border-radius: ${1:5}px;$0
以上是关于边框半径TextMate代码段的主要内容,如果未能解决你的问题,请参考以下文章