We've moved discussions to Discord

Tailwind UI integration

Andrew Hodson
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.
Ugurcan Kaya
tailwind needs to be upgraded to 1.2 as well. It is currently 1.1 in Jumpstart 
Notifications
You’re not receiving notifications from this thread.