Tailwind: style your site without writing any CSS
11–20 of 185 posts
Re: Tailwind: style your site without writing any CSS
#12Re: Tailwind: style your site without writing any CSS
#13I recommend this post by Adam to anyone who is interested in learning more about utility first CSS.
https://adamwathan.me/css-utility-classes-and-separation-of-...
Re: Tailwind: style your site without writing any CSS
#14Style your site with "only" 291KiB of CSS (24KiB compressed)?
Re: Tailwind: style your site without writing any CSS
#15Style your site with "only" 291KiB of CSS (24KiB compressed)?
Please read this... > By comparison Tailwind seems really heavy (over 1.5x larger than Bootstrap!), but it turns out that this comparison isn't totally fair. https://tailwindcss.com/docs/controlling-file-size/#app
Re: Tailwind: style your site without writing any CSS
#16It puzzles me why these Atomic CSS based systems use various mnemonic systems instead of plain English which is much more understandable. I'm not a fan of human-powered text compression.
Re: Tailwind: style your site without writing any CSS
#17"Limits & standards. With normal CSS, I can make any element any width I want. For me, this is not a good thing! With tailwind, there are only 30ish options for width"
Re: Tailwind: style your site without writing any CSS
#18Style your site with "only" 291KiB of CSS (24KiB compressed)?
I'm not a big fan of the bloat here too but with some scripting wizardry you can probably delete all the unused classes.
Re: Tailwind: style your site without writing any CSS
#19Re: Tailwind: style your site without writing any CSS
#20Say you want a div to be a specific width: 135px, how do you make it without writing any CSS? Or you want a specific shade of a colour? Or you want to style things that are not in your html (third party widgets).