Skip to content

Commit

Permalink
add property "writing-mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovalov committed May 3, 2013
1 parent 675bc0f commit 5e09fcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets.json
Expand Up @@ -505,6 +505,13 @@
"wow:u": "word-wrap:unrestricted;",
"wow:s": "word-wrap:suppress;",
"wow:b": "word-wrap:break-word;",
"wm": "writing-mode:${1:lr-tb};",
"wm:lr": "writing-mode:lr-tb;",
"wm:rl": "writing-mode:rl-tb;",
"wm:tbr": "writing-mode:tb-rl;",
"wm:tbl": "writing-mode:tb-lr;",
"wm:btl": "writing-mode:bt-lr;",
"wm:btr": "writing-mode:bt-rl;",
"lts": "letter-spacing:|;",
"lts-n": "letter-spacing:normal;",
"f": "font:|;",
Expand Down

0 comments on commit 5e09fcd

Please sign in to comment.