Merge pull request #382 from lpil/master

CSS: pseudo elements & classes
This commit is contained in:
Holger Rapp 2014-06-10 19:26:04 +02:00
commit 92575e1bd6

View File

@ -965,3 +965,23 @@ snippet z:a
z-index: auto; z-index: auto;
snippet zoo snippet zoo
zoom: 1; 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