css-utils

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i css-utils

Weekly Downloads

717

Version

1.0.0

License

MIT

Last publish

Collaborators

  • radubrehar