$ cnpm install css-utils
A collection of css utility classes. All classes are prefixed with u-
$ npm install css-utils
In your html file, include the css-utils.css
<head>
<link rel="stylesheet" href="./node_modules/css-utils/css-utils.css" />
</head>
.u-flex
Adds display flex
.u-flex-row
Adds display flex and flex-flow row
.u-flex-3
Adds flex: n
Copyright 2014 - 2017 © taobao.org |