Archived
Why does Tailwind describe itself as lightweight?
-1
Community Evaluations
Ambiguous
Grégory27/04/2024
"Il permet de minifier le fichier CSS en production" -> Ce n'est pas Tailwind qui permet de minifier le fichier CSS mais bien un outil tiers comme `cssnano` : https://tailwindcss.com/docs/optimizing-for-production
N'importe quel fichier CSS peut-ĂȘtre minifiĂ©, ce n'est pas spĂ©cifique Ă Tailwind
5
What is the name of the Tailwind CSS SVG icon library?2
How to make an element blurry in Tailwind CSS5
How to optimize scroll management in Tailwind CSS for a list of icons displayed horizontally?2
What is the role of the `container` class in Tailwind CSS?2
How to set a background color with an opacity in Tailwind CSS3
How to align 3 divs horizontally in Tailwind CSS2
Override the media queries defined by default by Tailwind