proton-ui / proton

A collection of renderless UI components for Vue.js.
https://proton-ui.com
MIT License
110 stars 11 forks source link

Upgrade TailwindCSS for the latest #22

Open kalicki opened 5 years ago

kalicki commented 5 years ago

TailwindCSS from v0.7.2 to v1

Ref: https://tailwindcss.com/docs/upgrading-to-v1/

kaidesu commented 5 years ago

Thinking I might extract the tailwind styles out to a separate package for users to pull in/reference. Would be easier to maintain separately that way.

e.g. proton-tailwind-theme

kalicki commented 5 years ago

Right! however the proton in its compontens injects classes based in classes by Tailwind, but need change class eg: text-grey-darker to text-gray-700 or something more generic