Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idolgoff authored Nov 25, 2023
1 parent fbbbbd5 commit fd55b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)`.
Expand Down

0 comments on commit fd55b5f

Please sign in to comment.