From 32d8eafe1264d47083a1df3bc7d6c4fc1059c1af Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 9 Jun 2014 10:46:15 +0100 Subject: [PATCH] CSS pseudo elements & classes --- snippets/css.snippets | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/snippets/css.snippets b/snippets/css.snippets index 8886643..c4a74de 100644 --- a/snippets/css.snippets +++ b/snippets/css.snippets @@ -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