css-utils
v1.0.0
Published
A collection of css utility classes
Downloads
1,165
Readme
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