@sass-fairy/meta

1.0.2 • 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.23.0

Install the package:

npm install @sass-fairy/meta

Use the package like any other Sass module:

@use '@sass-fairy/meta';

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

Readme

Keywords

Package Sidebar

Install

npm i @sass-fairy/meta

Weekly Downloads

2,096

Version

1.0.2

License

MIT

Unpacked Size

5.81 kB

Total Files

11

Last publish

Collaborators

  • roydukkey