epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.31k stars 321 forks source link

Update tailwind docs #4238

Closed m0ksem closed 1 week ago

m0ksem commented 3 weeks ago

Fix visual issues:

image

Add topic about styles:

You need to use with tailwind: import 'vuestic-ui/styles/essential.css' import 'vuestic-ui/styles/typography.css'

not, import 'vuestic-ui/css'

import 'vuestic-ui/css' adds few more styles in reset.css, that may conflict with tailwind. Tailwind adds own reset. So reset is only needed for those who don't have tailwind installed.

Make sure to add correct links to tree-shaking docs