re-design snippets hierarchy

This commit is contained in:
Zhang Chiyuan
2008-03-10 12:26:15 +00:00
parent b376b1f00b
commit 61210bf5fd
78 changed files with 94 additions and 36 deletions

View File

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

View File

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

View File

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