1.0.2 • Published 1 year ago

@sass-fairy/meta v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@sass-fairy/meta

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.