Skip to content

A small utility library for string manipulation functions in SASS/SCSS

License

Notifications You must be signed in to change notification settings

hypothesi/sass-string-utils

Repository files navigation

SASS/SCSS String Utils

A small utility library for string manipulation functions in SASS/SCSS.

Read the full function documentation.

Getting Started

npm install @hypothesi/sass-string-utils

Import string utils into your SCSS:

@use './node_modules/@hypothesi/sass-string-utils' as strUtils;

// Example usage
@debug strUtils.kebab-to-camel-case('background-color'); // Outputs backgroundColor

About

A small utility library for string manipulation functions in SASS/SCSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published