# @coopdigital/foundations-grid

> Co-op CSS Foundations: Grid.

Latest version **2.1.5** (published 2021-06-28) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @coopdigital/foundations-grid
pnpm add @coopdigital/foundations-grid
yarn add @coopdigital/foundations-grid
bun add @coopdigital/foundations-grid
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.1.5 |
| Published | 2021-06-28 |
| First published | 2019-03-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 106.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | @coopdigital |
| Maintainers | coopjames, mark.sampson, matt-tyas, mchadwickweb, desmondporkpie, froddd, gurpreet, hanross, jcpeden, lisap88, dalefrontend, colinrotherham, danwlsn, su00ji |

## Links

- npm: https://www.npmjs.com/package/@coopdigital/foundations-grid
- Repository: https://github.com/coopdigital/coop-frontend
- Homepage: https://github.com/coopdigital/coop-frontend#readme
- Issues: https://github.com/coopdigital/coop-frontend/issues
- npm.io page: https://npm.io/package/@coopdigital/foundations-grid

## Recent versions

- 2.1.5 (latest) — 2021-06-28
- 2.1.4 — 2021-02-19
- 2.1.3 — 2021-02-18
- 2.1.2 — 2021-02-15
- 2.1.1 — 2020-11-20
- 2.1.0 — 2020-11-19
- 2.0.16 — 2020-11-12
- 2.0.15 — 2020-11-03
- 2.0.14 — 2020-10-30
- 2.0.13 — 2020-10-27
- 2.0.12 — 2020-10-26
- 2.0.11 — 2020-10-20
- 2.0.10 — 2020-10-08
- 2.0.9 — 2020-10-06
- 2.0.8 — 2020-09-17
- … 22 more at https://npm.io/package/@coopdigital/foundations-grid/versions

## README

# Co-op Foundations: Grid
Styles for a simple but flexible grid system powered by CSS Flexbox.

## Legacy Grid system
To allow for projects to convert to the new grid system when they can. We have included the legacy grid system as a seperate CSS file. So you can still install this module as a dependency and include the legacy CSS file in your project instead of the new. When you are ready to migrate then you will just simply swap the file path to the new CSS grid system.

## How to use
1. Install via `npm` or Yarn:
  ```bash
  $ npm install @coopdigital/foundations-grid --save
  $ yarn add @coopdigital/foundations-grid
  ```
2. Add CSS module to your application via a most appropriate method. This will entirely depend on your application and how you are currently loading CSS modules within it.


## License
Copyright (c) 2021 Co-operative Group Limited.
Licensed [MIT](https://github.com/coopdigital/coop-frontend/blob/master/LICENSE).

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