# suitcss-utils-display

> Display utilities for SUIT CSS

Latest version **1.0.2** (published 2016-02-23) · 0 weekly downloads

## Install

```sh
npm install suitcss-utils-display
pnpm add suitcss-utils-display
yarn add suitcss-utils-display
bun add suitcss-utils-display
```

## 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.2 |
| Published | 2016-02-23 |
| First published | 2014-03-25 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15 |
| Maintainers | giuseppegurgone, necolas, simonsmith, timkelty |
| Keywords | browser, css-utilities, display, suitcss, style |

## Links

- npm: https://www.npmjs.com/package/suitcss-utils-display
- Repository: https://github.com/suitcss/utils-display
- Homepage: https://github.com/suitcss/utils-display#readme
- Issues: https://github.com/suitcss/utils-display/issues
- npm.io page: https://npm.io/package/suitcss-utils-display

## 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.2 (latest) — 2016-02-23
- 1.0.1 — 2016-02-08
- 1.0.0 — 2015-11-20
- 0.5.0 — 2015-11-01
- 0.4.2 — 2014-10-28
- 0.4.1 — 2014-06-24
- 0.4.0 — 2014-06-22
- 0.3.0 — 2014-05-16
- 0.2.4 — 2014-03-26
- 0.2.3 — 2014-03-25

## README

# SUIT CSS utilities: display

[![Build Status](https://travis-ci.org/suitcss/utils-display.svg?branch=master)](http://travis-ci.org/suitcss/utils-display)

SUIT CSS display utilities.

Read more about [SUIT CSS's design principles](https://github.com/suitcss/suit/).

## Installation

* [npm](http://npmjs.org/): `npm install suitcss-utils-display`
* Download: [zip](https://github.com/suitcss/utils-display/releases/latest)

## Available classes

* `u-block` - Display `block`.
* `u-hidden` - Display `none`.
* `u-hiddenVisually` - Visually hidden but available to screenreaders.
* `u-inline` - Display `inline`.
* `u-inlineBlock` - Display `inline-block`.
* `u-table` - Display `table`.
* `u-tableCell` - Display `table-cell`.
* `u-tableRow` - Display `table-row`.

## Usage

Please refer to the README for [SUIT CSS utils](https://github.com/suitcss/utils/)

## Testing

Install [Node](http://nodejs.org) (comes with npm).

```
npm install
```

To generate a build:

```
npm run build
```

To lint code with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/)

```
npm run lint
```

To generate the testing build.

```
npm run build-test
```

To watch the files for making changes to test:

```
npm run watch
```

Basic visual tests are in `test/index.html`.

## Browser support

* Google Chrome (latest)
* Opera (latest)
* Firefox (latest)
* Safari 5+
* Internet Explorer 9+

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