Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.14 KB

Readme.md

File metadata and controls

32 lines (21 loc) · 1.14 KB

Build Status npm version

Nib Pushup

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.

Installation

$ npm install nib-pushup --save-dev

Usage

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.