@sass-fairy/break
v1.1.2
Published
Provides Sass mixins, functions, and variables for working with breakpoints and aids in responsive development
Downloads
78
Maintainers
Readme
@sass-fairy/break
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.