Skip to content

Commit

Permalink
properties for outline-style
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovalov committed Apr 28, 2013
1 parent 6f85da8 commit f997c2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,15 @@
"olo": "outline-offset:|;",
"olw": "outline-width:|;",
"ols": "outline-style:|;",
"ols:n": "outline-style:none;",
"ols:dt": "outline-style:dotted;",
"ols:ds": "outline-style:dashed;",
"ols:s": "outline-style:solid;",
"ols:db": "outline-style:double;",
"ols:g": "outline-style:groove;",
"ols:r": "outline-style:ridge;",
"ols:i": "outline-style:inset;",
"ols:o": "outline-style:outset;",
"olc": "outline-color:#${1:000};",
"olc:i": "outline-color:invert;",
"bd": "border:|;",
Expand Down

0 comments on commit f997c2d

Please sign in to comment.