# Tailwindcss Plugins
🔌 Set of custom and modified plugins for tailwindcss. Built to adopt our existing class structure whilst sitting on top of the tooling that tailwindcss provides.

## Installation

```bash
yarn add @direction/tailwindcss-plugins --dev
```

## Usage

Simply register the available plugins in your `tailwindcss.config.js` file.

```js
plugins: [
  require('@direction/tailwindcss-plugins/PLUGIN_NAME')
]
```
