osuresearch / ui

Ohio State Research UI
https://osuresearch.github.io/ui/main
MIT License
6 stars 3 forks source link

Drop `rui` prefix from Tailwind #64

Closed McManning closed 1 year ago

McManning commented 1 year ago

I want to improve compatibility with projects that use their own Tailwind install while introducing additional Tailwind utilities specific to RUI 5 (color and spacing tokens, animations, etc). I don't believe it makes sense any longer to maintain the rui prefix across all the Tailwind utility classes.

I also (eventually) want the capabilities of just importing RUI 5 as a Tailwind plugin. So we can say we have Tailwind-pure components while some components are also plugin-dependent. Or something along those lines.