1.0.0 • Published 9 years ago

css-utils v1.0.0

Weekly downloads
1,190
License
MIT
Repository
github
Last release
9 years ago

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