1.3.0 • Published 1 year ago

@sass-fairy/string v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@sass-fairy/string

Release Version License

Provides extended functionality for processing strings in Sass, with interfaces similar to ECMA specifications.

Install

Requires

  • Dart Sass: >=1.33.0

Install the package:

npm install @sass-fairy/string

Use the package like any other Sass module:

@use '@sass-fairy/string';

Depending on your setup, you may need to configure node_modules as include path:

const sass = require('sass');

sass.compile(filePath, {
  loadPaths: ['node_modules']
});

Documentation

See sass-fairy.com/api/string for more information about this package.