@sass-fairy/string

1.3.0 • Public • Published

@sass-fairy/string

Sass Fairy Logo

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.

Package Sidebar

Install

npm i @sass-fairy/string

Weekly Downloads

1,779

Version

1.3.0

License

MIT

Unpacked Size

17.7 kB

Total Files

24

Last publish

Collaborators

  • roydukkey