1.2.0 • Published 7 months ago

@sass-fairy/break v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@sass-fairy/break

Release Version License

Provides Sass mixins, functions, and variables for working with breakpoints and aids in responsive development.

Install

Requires

  • Dart Sass: >=1.79.0

Install the package:

npm install @sass-fairy/break

Use the package like any other Sass module:

@use '@sass-fairy/break';

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