In this post i will explain the installation and configuration of TailwindCSS over Next.js project (create-next-app) in order to take full advantag...
For further actions, you may consider blocking this person and/or reporting abuse
Nice post there, Angel (read the translated version).
With Tw v1.4.x, there is no need for
@fullhuman/postcss-purge
because of built-in purge.github.com/tailwindcss/tailwindcss...
Only found out as a nice person did a PR to update my package :)
github.com/dance2die/cra-template-...
Thank you very much for the comment, I didn't know that it was already included by default, i will read about that, greetings!
You're welcome & enjoy the update~
Article updated!
Thank you, Angel for updating the post and sharing~
I hadn't heard of TailwindCSS until today. What's the comparison against Bootstrap, Webflow, Grid, etc?
Tailwind CSS is a low-level framework oriented to "utility-first". In Tailwind CSS we don't have Components, Sizes, or predefined colors in our designs. Tailwind basically allows us to create a design with our own rules
Just read all your Tailwind/NextJS/Twin.macro articles. Great stuff Angel !
Thank you, Tom! I'm happy that they have been to your liking
How to modify this configuration to use styledcomponents as well.
Hey! I have another post where I explain how to use Tailwind with Emotion/Styled Component in a single project of React!
dev.to/angelcodes/react-app-with-t...