re-design snippets hierarchy

This commit is contained in:
Zhang Chiyuan
2008-03-10 12:26:53 +00:00
parent 61210bf5fd
commit 844e2f3a5d
77 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#name : background-color: ...
# --
background-color: #${1:DDD};

View File

@@ -0,0 +1,3 @@
#name : background-image: ...
# --
background-image: url($1);

View File

@@ -0,0 +1,3 @@
#name : border size style color
# --
border: ${1:1px} ${2:solid} #${3:999};