@sass-fairy/exception

1.1.1 • Public • Published

@sass-fairy/exception

Sass Fairy Logo

Release Version License

Provides Sass functions to standardize exception messages and assist with common validation.

Install

Requires

  • Dart Sass: >=1.23.0

Install the package:

npm install @sass-fairy/exception

Use the package like any other Sass module:

@use '@sass-fairy/exception';

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/exception for more information about this package.

Package Sidebar

Install

npm i @sass-fairy/exception

Weekly Downloads

1,718

Version

1.1.1

License

MIT

Unpacked Size

12.5 kB

Total Files

21

Last publish

Collaborators

  • roydukkey