1.0.4 ā€¢ Published 5 years ago

@direction/tailwindcss-plugins v1.0.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

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

yarn add @direction/tailwindcss-plugins --dev

Usage

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

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