@sass-fairy/break

1.1.2 • Public • Published

@sass-fairy/break

Sass Fairy Logo

Release Version License

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

Install

Requires

  • Dart Sass: >=1.33.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.

Dependents (0)

Package Sidebar

Install

npm i @sass-fairy/break

Weekly Downloads

11

Version

1.1.2

License

MIT

Unpacked Size

29.5 kB

Total Files

24

Last publish

Collaborators

  • roydukkey