# css-utils

> A collection of css utility classes

Latest version **1.0.0** (published 2014-12-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install css-utils
pnpm add css-utils
yarn add css-utils
bun add css-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2014-12-09 |
| First published | 2014-08-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Radu Brehar |
| Maintainers | radubrehar |
| Keywords | css, css, classes |

## Links

- npm: https://www.npmjs.com/package/css-utils
- Repository: https://github.com/radubrehar/css-utils
- Issues: https://github.com/radubrehar/css-utils/issues
- npm.io page: https://npm.io/package/css-utils

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2014-12-09
- 0.5.0 — 2014-12-09
- 0.4.2 — 2014-10-22
- 0.4.1 — 2014-10-22
- 0.4.0 — 2014-10-22
- 0.3.0 — 2014-09-09
- 0.2.2 — 2014-09-04
- 0.2.0 — 2014-08-25
- 0.1.0 — 2014-08-25

## README

css-utils
=========

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

## Install

```sh
$ npm install css-utils
```

## Usage

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

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

## API


#### flex

```css
.u-flex
```

Adds display flex

#### flex-row

```css
.u-flex-row
```

Adds display flex and flex-flow row

#### flex-n (0 to 10)

```css
.u-flex-3
```

Adds flex: n

---
_Source: https://npm.io/package/css-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
