Skip to content

Commit

Permalink
Changing abbreviations f, fs, fo, fst
Browse files Browse the repository at this point in the history
  • Loading branch information
akella committed Nov 20, 2012
1 parent 0497a4c commit 4cf2dd2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"l:a": "left:auto;",
"z": "z-index:|;",
"z:a": "z-index:auto;",
"fl": "float:|;",
"fl:n": "float:none;",
"fl:l": "float:left;",
"fl:r": "float:right;",
"f": "float:|;",
"f:n": "float:none;",
"f:l": "float:left;",
"f:r": "float:right;",
"cl": "clear:|;",
"cl:n": "clear:none;",
"cl:l": "clear:left;",
Expand Down Expand Up @@ -406,23 +406,23 @@
"wow:u": "word-wrap:unrestricted;",
"wow:s": "word-wrap:suppress;",
"lts": "letter-spacing:|;",
"f": "font:|;",
"f+": "font:${1:1em} ${2:Arial,sans-serif};",
"fo": "font:|;",
"fo+": "font:${1:1em} ${2:Arial,sans-serif};",
"fw": "font-weight:|;",
"fw:n": "font-weight:normal;",
"fw:b": "font-weight:bold;",
"fw:br": "font-weight:bolder;",
"fw:lr": "font-weight:lighter;",
"fs": "font-style:|;",
"fs:n": "font-style:normal;",
"fs:i": "font-style:italic;",
"fs:o": "font-style:oblique;",
"fst": "font-style:|;",
"fst:n": "font-style:normal;",
"fst:i": "font-style:italic;",
"fst:o": "font-style:oblique;",
"fv": "font-variant:|;",
"fv:n": "font-variant:normal;",
"fv:sc": "font-variant:small-caps;",
"fz": "font-size:|;",
"fza": "font-size-adjust:|;",
"fza:n": "font-size-adjust:none;",
"fs": "font-size:|;",
"fsa": "font-size-adjust:|;",
"fsa:n": "font-size-adjust:none;",
"ff": "font-family:|;",
"ff:s": "font-family:serif;",
"ff:ss": "font-family:sans-serif;",
Expand Down

0 comments on commit 4cf2dd2

Please sign in to comment.