Skip to content

Commit

Permalink
Merge pull request emmetio#223 from pustovalov/offer-5
Browse files Browse the repository at this point in the history
properties for outline-style
  • Loading branch information
sergeche committed Apr 30, 2013
2 parents affb250 + f997c2d commit 040af81
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 040af81

Please sign in to comment.