npm.io
1.0.0 • Published 11 years ago

css-utils

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0

css-utils

A collection of css utility classes. All classes are prefixed with u-

Install

$ npm install css-utils

Usage

In your html file, include the css-utils.css

<head>
    <link rel="stylesheet" href="./node_modules/css-utils/css-utils.css" />
</head>

API

flex
.u-flex

Adds display flex

flex-row
.u-flex-row

Adds display flex and flex-flow row

flex-n (0 to 10)
.u-flex-3

Adds flex: n

Keywords