Stylus mixins, utilities and components. This is a fork of nib, which has been updated to fit modern needs.
Note: Gradient generator and transparent mixins have been removed. Use Autoprefixer instead as a part of PostCSS or as a Stylus Plugin. Normalize mixins have been removed also, you can use normalize-styl-lite instead.
$ npm install nib-pushup --save-dev
To gain access to everything nib-pushup has to offer, simply add:
@import 'nib-pushup'
Or you may also pick and choose based on the directory structure in nib-pushup
folder, for example:
@import 'nib-pushup/clearfix'
@import 'nib-pushup/font-face'
@import 'nib-pushup/positions'
Read more in documentation.