Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 591 Bytes

5.why-tailwind-instead-of-css.md

File metadata and controls

5 lines (4 loc) · 591 Bytes

Why build mini-apps with tailwind instead of a regular CSS

  • It’s tiny — never ship unused CSS: Tailwind automatically removes all unused CSS when building for production If you want to ship the best performant project tailwind is your choice.
  • tailwind obfuscator: it is sometimes called a mangler it works with Webpack and Vite projects
  • Consistent Design System: Utility classes help you work within the constraints of a system instead of littering your stylesheets with arbitrary values with a design system you will be writing fewer classes which means less space.