# niduscss-utils-flex

> Flexbox utilies for niduscss framework

Latest version **1.1.0** (published 2016-09-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install niduscss-utils-flex
pnpm add niduscss-utils-flex
yarn add niduscss-utils-flex
bun add niduscss-utils-flex
```

## 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.1.0 |
| Published | 2016-09-08 |
| First published | 2016-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.0.0 <7.0.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Nicolas Mejia |
| Maintainers | nimedev |
| Keywords | css, postcss, css flexbox, flexbox grid |

## Links

- npm: https://www.npmjs.com/package/niduscss-utils-flex
- Repository: https://github.com/nimedev/niduscss-framework
- Issues: https://github.com/nimedev/niduscss-framework/issues
- npm.io page: https://npm.io/package/niduscss-utils-flex

## 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.1.0 (latest) — 2016-09-08
- 1.0.0 — 2016-05-26

## README

# niduscss-utils-flex
[![npm][npm-image]][npm-url]

[npm-image]: https://img.shields.io/npm/v/niduscss-utils-flex.svg
[npm-url]: https://npmjs.org/package/niduscss-utils-flex

> Flexbox utilies for niduscss framework.

## Installation

```console
$ npm install niduscss-utils-flex
```

## Usage

Import styles:

styles.css:

```css
/* Utilities
   ========================================================================== */
@import "niduscss-utils-flex";

/* Other styles */
```

Use in html files

```html
<!-- Flexbox row -->
<div class="Flex">
  <div class="Flex-item--20"></div>
  <div class="Flex-item--80"></div>
</div>

<!-- Flexbox column -->
<div class="Flex--colum">
  <div class="Flex-item--70"></div>
  <div class="Flex-item--30"></div>
</div>
```

## [Changelog](CHANGELOG.md)

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