2.0.0 • Published 9 years ago

nk-css-utils v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

css-utils

CSS utils.

Install

With npm do:

$ npm install nk-css-utils --save

Usage

@import "./node_modules/nk-css-utils/index.css";

API

Display

  • .u-inactive
  • .u-hidden

Interaction

  • .u-unselectable
  • .u-unclickable

Size & positions

  • .u-fullSize
  • .u-fullParent

  • .u-fluid--w

  • .u-fluid--h

  • .u-topCorner

  • .u-topCorner--right

Center an element

  • .u-center--rel
  • .u-center--abs
  • .u-middle--abs

Inline list

  • .u-inlineList
  • .u-inlineList-item
  • .u-inlineList-item--top
  • .u-inlineList-item--middle
  • .u-inlineList-item--bottom

Table

  • .u-table
  • .u-table-cell
  • .u-table-cell--center
  • .u-table-cell--middle

Other

  • .u-cf
  • .u-centerBg
  • .u-antialiasing
  • .u-resetBtn

License

MIT