|
|
|
|
|
by pyentropy
1694 days ago
|
|
I honestly thought Tailwind is a sarcastic project mocking bad css class names until I found the Windi.css fork which has now inspired Tailwind JIT and it 'clicked'. Writing class="<md:content-center sans font-normal hover:font-semibold pt-[7px]" and having a media query for phones, proper flexbox centering, font face and weight stuff autogenerated without copy pasting and googling snippets is amazing. And you can reuse the same thing in any project without setting up imports and build steps and being constrained to a specific component framework. No selector specificity/namespace conflicts, just pure WYSIWYG. |
|