@sass-fairy/meta
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.1 • Public • Published

@sass-fairy/meta

Sass Fairy Logo

Release Version License

Provides extended functionality for handling Sass’s inner workings.

Install

Requires

  • Dart Sass: ^1.52.0

Install the package:

npm install @sass-fairy/meta@next

Use the package like any other Sass module:

@use '@sass-fairy/meta';

Configure Sass options to use the functions provided by this package:

const sass = require('sass');
const MetaFunctions = require('@sass-fairy/meta');

sass.render({
  file: scss_filename,
  includePaths: ['node_modules'],
  functions: {
    ...MetaFunctions
  }
});

Documentation

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

Install

Version

2.0.0-alpha.1

License

MIT

Unpacked Size

8.81 kB

Total Files

12

Last publish

Collaborators

  • roydukkey