# `@bedrock-layout/css`

Pure CSS version of the Bedrock Layout Primitives

Full docs at: [bedrock-layout.dev](https://bedrock-layout.dev/)

## How to install

`npm install @bedrock-layout/css`

## How to import

You can import the entire CSS bundle like this:

```javascript
import "@bedrock-layout/css/lib/bedrock-layout.min.css";
```

Or you can import just the parts you want from the components directory:

```javascript
import "@bedrock-layout/css/lib/reset.min.css";
import "@bedrock-layout/css/lib/components/stack.min.css";
import "@bedrock-layout/css/lib/components/center.min.css";
```
