question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tailwind preset improvements

See original GitHub issue

In 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
mxstbrcommented, Apr 24, 2020

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 😉

2reactions
lachlanjccommented, Nov 21, 2020

Should also update with the new Tailwind 2 color palette 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found