Tailwind UI integration

I just wanted to pass some info along. You can use the Tailwind UI early access by
# Using yarn
yarn add @tailwindcss/ui
Then add
@tailwindcss/ui
to your Tailwind plugin list: app/javascript/stylesheets/tailwind.config.js
module.exports = {
plugins: [
require('@tailwindcss/ui'),
]
}
This seems to be all you need to get it to work.
Notifications
You’re not receiving notifications from this thread.