Tailwind preset improvements
See original GitHub issueIn order to make the Tailwind preset more approachable for people that already know Tailwind, we should:
- Font sizes should have the same aliases (e.g.
lg
=2
) - Colors should be aliased to the same aliases * 100, e.g.
purple.5
===purple.500
- Breaking change for a major version: Make the padding scale match Tailwind’s
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Presets - Tailwind CSS
The presets option lets you specify a different configuration to use as your base, making it easy to package up a set of...
Read more >Single File Monorepo Config, Custom Workspace Presets ...
Improved Tailwind support for Angular ... Tailwind is a utility-first CSS framework packed with classes that can be composed to build any design,...
Read more >Using Tailwind CSS in production - LogRocket Blog
Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs ......
Read more >Restructuring my tailwind.js configuration files - Oliver Davies
Currently when you run tailwind init to create a new config file, it includes all of Tailwind's default values, and then you can...
Read more >How to Set Up Tailwind CSS V2.0 With Next.js 10 - Jake Prins
Secondly, 18 months after the 1.0 release, the Tailwind team released v2.0 of their CSS framework. This new update included lots of improvements...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I strongly think if it’s the Tailwind preset it should use the Tailwind system, not half of the Tailwind system and half random values 😉
Should also update with the new Tailwind 2 color palette 👍