# iotacss-utils-flex-direction

> Flex Direction utility for iotaCSS

Latest version **1.0.0** (published 2017-11-04) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install iotacss-utils-flex-direction
pnpm add iotacss-utils-flex-direction
yarn add iotacss-utils-flex-direction
bun add iotacss-utils-flex-direction
```

## 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 | 2017-11-04 |
| First published | 2017-11-04 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 255 |
| Author | Russell Bishop |
| Maintainers | iotacss |
| Keywords | iotacss, css, sass, bem, oocss |

## Links

- npm: https://www.npmjs.com/package/iotacss-utils-flex-direction
- Repository: https://github.com/iotacss/iotacss/tree/master/modules/iotacss-utils-flex-direction
- npm.io page: https://npm.io/package/iotacss-utils-flex-direction

## 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) — 2017-11-04

## README

# Flex Direction Utility #

The Flex Direction utility contains helper classes for the CSS flex-direction property.


### Installation ###

```
npm install --save iotacss-utils-flex-direction
```


### Options ###

```sass
$iota-utils-flex-direction-namespace              : 'fd-' !default;
$iota-utils-flex-direction-row-name               : 'row' !default;
$iota-utils-flex-direction-row-reverse-name       : 'rowrev' !default;
$iota-utils-flex-direction-column-name            : 'col' !default;
$iota-utils-flex-direction-column-reverse-name    : 'colrev' !default;

$iota-utils-flex-direction-res                    : false !default;
$iota-utils-flex-direction-breakpoints            : $iota-global-breakpoints !default;
```


### Classes ###

```css
.u-fd-row
.u-fd-rowrev
.u-fd-col
.u-fd-colrev


// Responsive Class Syntax

.u-fd-[name]@[breakpoint-name]  // Example: u-fd-row@sm
```

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