From fd55b5f8cf9165d49271f406271641668248261a Mon Sep 17 00:00:00 2001 From: Dolgov Ivan Date: Sat, 25 Nov 2023 20:04:09 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32e43ff..a2cd31c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# postcss-camel-case +# postcss-safe-camel-case This PostCSS plugin safely converts CSS selector names to camelCase, without affecting pseudo selectors and attributes. Turns `.block__element--modifier :not(:first-child)` into `.blockElementModifier :not(:first-child)`.