🔌 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.
yarn add @direction/tailwindcss-plugins --dev
Simply register the available plugins in your tailwindcss.config.js
file.
plugins: [
require('@direction/tailwindcss-plugins/PLUGIN_NAME')
]