# suitcss-utils-offset

> Offset utilities for SUIT CSS

Latest version **1.0.0** (published 2016-02-14) · 0 weekly downloads

## Install

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

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

## Links

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

## Dependencies (2)

- [suitcss-utils-after](https://npm.io/package/suitcss-utils-after.md) ^1.0.0
- [suitcss-utils-before](https://npm.io/package/suitcss-utils-before.md) ^1.0.0

## 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) — 2016-02-14
- 0.5.1 — 2014-10-28
- 0.5.0 — 2014-06-22
- 0.4.2 — 2014-03-26
- 0.4.1 — 2014-03-26
- 0.4.0 — 2014-03-25

## README

# SUIT CSS utilities: offset

SUIT CSS offset utilities.

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

## Installation

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

…is a convenient way to install the SUIT CSS offset utilities:

* [utils-after](https://github.com/suitcss/utils-after)
* [utils-before](https://github.com/suitcss/utils-before)

### Configuration

There are 3 Media Query breakpoints:

* `--sm-viewport`
* `--md-viewport`
* `--lg-viewport`

When using the [SUIT CSS preprocessor](https://github.com/suitcss/preprocessor),
breakpoints can be configured using `@custom-media`. For example:

```css
@custom-media --sm-viewport (min-width:320px) and (max-width:640px);
@custom-media --md-viewport (min-width:640px) and (max-width:960px);
@custom-media --lg-viewport (min-width:960px);
```

## Usage

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

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