@hypothesi/sass-string-utils

0.1.0-alpha.0 • Public • Published

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

Package Sidebar

Install

npm i @hypothesi/sass-string-utils

Weekly Downloads

1

Version

0.1.0-alpha.0

License

MIT

Unpacked Size

4.17 kB

Total Files

8

Last publish

Collaborators

  • mluedke