The fast version of stevenvachon/camelcase-css
Convert a kebab-cased CSS property into a camelCased DOM property.
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Checks that you are using the existent css/scss/less classes, no more no less
Convert object keys to camel case
A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations
A CSS parser, transformer, and minifier written in Rust
CSS/LESS/SCSS fast and minimalistic parser
The lodash method `_.camelCase` exported as a module.
A library for building fast, lightweight web components
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
TypeScript definitions for camelcase-css
Utilities for working with htmlparser2's dom
String case utils
A quick JavaScript runtime for Atomic CSS compilers.
Validate that your components can safely be updated with Fast Refresh
A well-tested CSS minifier
convert a string to camel case
fast and small color class
Fast & forgiving HTML/XML parser
Checks that you are using the existent css/scss/less classes, no more no less
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others