josemarluedke / frontile

Component Library for Ember Octane apps
https://frontile.dev
MIT License
55 stars 21 forks source link

Theming: move styles to tailwind classes using tailwind-variants instead of custom plugins #249

Closed josemarluedke closed 9 months ago

josemarluedke commented 9 months ago

Move to tailwind-variants instead of several custom tailwind plugins. Components were styled using bem-like classes; this moves away from that and uses tailwind classes directly.

TODO: