Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
/ nib-pushup Public archive
forked from stylus/nib

Stylus mixins, utilities and components

License

Notifications You must be signed in to change notification settings

seleckis/nib-pushup

 
 

Repository files navigation

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.

About

Stylus mixins, utilities and components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.1%
  • CSS 42.5%
  • JavaScript 2.4%