Add explicit "# key" directive to legacy snippet collection before deprecating filenames-as-triggers

This commit is contained in:
Joao Tavora
2011-10-31 12:32:34 +00:00
parent 1bc5993a44
commit f48317e7c5
402 changed files with 403 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : clear: ...
# key: cl
# --
clear: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : display: block
# key: disp
# --
display: block;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : display: inline
# key: disp
# --
display: inline;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : display: none
# key: disp
# --
display: none;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : font-family: ...
# key: ff
# --
font-family: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : font-size: ...
# key: fs
# --
font-size: ${12px};

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : margin-bottom: ...
# key: mar
# --
margin-bottom: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : margin-left: ...
# key: mar
# --
margin-left: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : margin: ...
# key: mar
# --
margin: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : margin top right bottom left
# key: mar
# --
margin: ${top} ${right} ${bottom} ${left};

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : margin-right: ...
# key: mar
# --
margin-right: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : margin-top: ...
# key: mar
# --
margin-top: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding-bottom: ...
# key: pad
# --
padding-bottom: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding-left: ...
# key: pad
# --
padding-left: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding: ...
# key: pad
# --
padding: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding: top right bottom left
# key: pad
# --
padding: ${top} ${right} ${bottom} ${left};

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding-right: ...
# key: pad
# --
padding-right: $1;

View File

@@ -1,4 +1,5 @@
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding-top: ...
# key: pad
# --
padding-top: $1;