From 58ba9b127bd73ce9fe1604a157a0b1d7f1dce6ca Mon Sep 17 00:00:00 2001 From: Juwan Petty Date: Thu, 8 Mar 2018 20:59:09 -0500 Subject: [PATCH] Rename snippet to css :not selector shortcut --- .../{css-not-selector.md => css-not-selector-shortcut.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename snippets/{css-not-selector.md => css-not-selector-shortcut.md} (90%) diff --git a/snippets/css-not-selector.md b/snippets/css-not-selector-shortcut.md similarity index 90% rename from snippets/css-not-selector.md rename to snippets/css-not-selector-shortcut.md index c89528898..66782be75 100644 --- a/snippets/css-not-selector.md +++ b/snippets/css-not-selector-shortcut.md @@ -1,6 +1,6 @@ -### CSS :not selector +### CSS :not selector shortcut -Lots of code just to space each item evenly, except for the last one. One great use for the `:not` psuedo selector. +Lots of code just to space each item evenly, except for the last one is just one great example for the `:not` psuedo selector. #### HTML