From cdb6ad60c9a5b7172b4440ef9f0d403f59b107b8 Mon Sep 17 00:00:00 2001 From: Igor Bedesqui Date: Thu, 25 Aug 2022 21:04:37 -0300 Subject: [PATCH] docs: write tailwind section in Why page (#349) * docs: write why tailwind Based on their landing page, theo's stream & this tweet from the creator https://twitter.com/adamwathan/status/1560749403131895808 * docs: break tw Why in paragraphs, add zen-mode * docs: typos * docs: add "and unique" to the building blocks section of tailwind's why Just a bit of a banter for all who thinks it compares to finished design systems Co-authored-by: Julius Marminge Co-authored-by: Shoubhit Dash Co-authored-by: Julius Marminge --- www/src/pages/en/why.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/src/pages/en/why.md b/www/src/pages/en/why.md index ef69df6e7e..f0b68d47c3 100644 --- a/www/src/pages/en/why.md +++ b/www/src/pages/en/why.md @@ -31,7 +31,11 @@ TODO: need a bit more here ### Tailwind CSS -TODO: someone write this +Tailwind generates the CSS you should create by hand, without leaving your JSX and is generally faster to write. + +By providing building blocks in the form of good default colors, spaces, and others, Tailwind makes creating something good-looking easier; while not getting in the way when you're building something beautiful and unique. + +Additionally, with its inline-like approach, Tailwind encourages you to style without worrying about naming classes, organizing files, or any other issue not directly tied to the problem you're trying to solve. Because of this, it's not rare to see Tailwind described as "zen-mode CSS". ### NextAuth.js