Skip to content

Commit 32d8eaf

Browse files
committed
CSS pseudo elements & classes
1 parent 2626c45 commit 32d8eaf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

snippets/css.snippets

+20
Original file line numberDiff line numberDiff line change
@@ -965,3 +965,23 @@ snippet z:a
965965
z-index: auto;
966966
snippet zoo
967967
zoom: 1;
968+
snippet :h
969+
:hover
970+
snippet :fc
971+
:first-child
972+
snippet :lc
973+
:last-child
974+
snippet :nc
975+
:nth-child(${0})
976+
snippet :nlc
977+
:nth-last-child(${0})
978+
snippet :oc
979+
:only-child
980+
snippet :a
981+
:after
982+
snippet :b
983+
:before
984+
snippet ::a
985+
::after
986+
snippet ::b
987+
::before

0 commit comments

Comments
 (0)