0.1.0-alpha.0 • Published 4 years ago

@hypothesi/sass-string-utils v0.1.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

SASS/SCSS String Utils

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

Getting Started

npm install @hypothesi/sass-string-utils

Import string utils into your SCSS:

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

// Example usage
$camelCase: strUtils.kebab-to-camel-case('background-color'); // Outputs backgroundColor