@sass-fairy/fluid
v1.0.0
Published
Provides Sass utilities to assist in creating completely native fluid typography scales and singular responsive clamps
Maintainers
Readme
@sass-fairy/fluid
Provides Sass utilities to assist in creating completely native fluid typography scales and singular responsive clamps
Install
Requires
- Dart Sass:
>=1.23.0
Install the package:
npm install @sass-fairy/fluidUse the package like any other Sass module:
@use '@sass-fairy/fluid';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/fluid for more information about this package.
