@sass-fairy/string
v1.3.0
Published
Provides extended functionality for processing strings in Sass, with interfaces similar to ECMA specifications
Downloads
5,741
Readme
@sass-fairy/string
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.