knapsack
v1.1.0
Published
A handy bag of sass utilities and mixins
Downloads
19
Readme
Knapsack
A handy bag of Sass mixins and utilities, and the Sass little brother to Stylus's Axis Library.
Knapsack only provides pure css as defined by the w3c spec any browser prefixing can and should be applied by auto-prefixer.
Installation
Currently there are 3 installation options:
- With npm:
npm install knapsack
- With bower:
bower install knapsack
- or manually import
knapsack/index
into your css pipeline
Documentation
Full documentation is here.
Codepen Sandbox
Experiment with the latest version of Knapsack on Codepen.
Contributing
- Clone/fork the repo:
- Install dependencies:
npm install
- Install linter:
gem install scss-lint
- Add/edit scss in
/knapsack
- Add comments to code following Sassdoc format
- Run linter:
scss-lint knapsack -c .scss-style.yml
- Create pull request
(Publishing instructions for contributors here)
Credits
Several mixins ported and adapted from the incredible Axis Stylus Library and a resets are from scut.