CSS令人厭倦afai-know-it。但是使用vim的強大功能,一切都爲我帶來更好的航海體驗。
也許我的snipmate css snippets可以幫到你。我一直在不斷地改進這一點,讓事情變得更容易和更快。
例子:
b[press Tab key] /* means border */
/* will produce */
border: 1px solid #999;
bra[press Tab key] /* means border-radius */
/* will produce */
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
=ir /* means Image Replacement */
/* will let you choose from 6 IR methods */
/* Below is one method, namely Leahy/Langridge Method */
#image {height: 0 !important; overflow: hidden; padding-top: 0px; width: 0px; background: url() no-repeat}
=reset /* means Reset.css */
/* will produce the latest reset.css (taken from http://html5boilerplate.com/) */
希望這有助於。乾杯!
您正在編輯模板語言代碼還是純HTML/CSS? – dheerosaur 2010-12-22 04:20:37