Skip to content

Commit

Permalink
CSS pseudo elements & classes
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jun 9, 2014
1 parent 2626c45 commit 32d8eaf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions snippets/css.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -965,3 +965,23 @@ snippet z:a
z-index: auto;
snippet zoo
zoom: 1;
snippet :h
:hover
snippet :fc
:first-child
snippet :lc
:last-child
snippet :nc
:nth-child(${0})
snippet :nlc
:nth-last-child(${0})
snippet :oc
:only-child
snippet :a
:after
snippet :b
:before
snippet ::a
::after
snippet ::b
::before

0 comments on commit 32d8eaf

Please sign in to comment.