documentation icon indicating copy to clipboard operation
documentation copied to clipboard

feat: adding minimal tailwind setup

Open aranlucas opened this issue 1 year ago • 2 comments

https://stackoverflow.com/questions/71783177/remove-specific-style-from-tailwind-base

The idea would be to start removing some of the global styling in layout.css and creating components using tailwind rather than CSS modules https://ui.shadcn.com/docs/components/

This can be done when when moving to app directory or as a slow migration.

Note: not everyone likes tailwind, so leaving this as optional but it would help to rewrite some of the components using radix + tailwind for accessibility reasons.

aranlucas avatar Jul 06 '23 23:07 aranlucas