@sass-fairy/url
v1.0.1
Published
Provides Sass functions for working with URL data, encoding, and inline SVGs
Downloads
1,779
Maintainers
Readme
@sass-fairy/url
Provides Sass functions for working with URL data, encoding, and inline SVGs.
Install
Requires
- Dart Sass:
>=1.33.0
Install the package:
npm install @sass-fairy/url
Use the package like any other Sass module:
@use '@sass-fairy/url';
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/url for more information about this package.