We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2626c45 commit 32d8eafCopy full SHA for 32d8eaf
snippets/css.snippets
@@ -965,3 +965,23 @@ snippet z:a
965
z-index: auto;
966
snippet zoo
967
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