@direction/tailwindcss-plugins
v1.0.4
Published
Set of custom and modified tailwindcss plugins for @direction projects.
Readme
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 --devUsage
Simply register the available plugins in your tailwindcss.config.js file.
plugins: [
require('@direction/tailwindcss-plugins/PLUGIN_NAME')
]