Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TailwindCSS v2 support #66

Closed
26 tasks done
muhammadsammy opened this issue Jan 1, 2021 · 1 comment
Closed
26 tasks done

TailwindCSS v2 support #66

muhammadsammy opened this issue Jan 1, 2021 · 1 comment
Milestone

Comments

@muhammadsammy
Copy link
Owner

muhammadsammy commented Jan 1, 2021

TailwindCSS version 2 support

Relevant additions

  • Add redesigned color palette (#2623, 700866c, #2633)
  • Add dark mode support (#2279, #2631)
  • Extend default spacing scale (#2630, 7f05204)
  • Add new 2xl breakpoint at 1536px by default (#2609)
  • Extend default font size scale (#2609, #2619)
  • Added 5 and 95 to opacity scale (#2747)
  • Add transform-gpu to force hardware acceleration on transforms when desired (#1380)
  • Added new ring utilities for creating outline/focus rings using box shadows (#2747, 879f088, e0788ef)
  • Add max-w-prose class by default (#2574)
  • Add overflow-ellipsis and overflow-clip utilities (#1289)
  • Add spacing scale to inset plugin (#2630)
  • Add percentage sizes to translate, inset, and height plugins (#2630, 5259560)
  • Enable group-hover for color plugins, boxShadow, and textDecoration by default (28985b6, f6923b1)
  • Enable focus for z-index utilities by default (ae5b3d3)
  • Enable focus-within for all plugins that have focus enabled by default (1a21f072, f6923b1)
  • Support extend in variants configuration (#2651)

Relevant Changes

  • Removed shadow-outline, shadow-solid, and shadow-xs by default in favor of new ring API (#2747)
  • Rename whitespace-no-wrap to whitespace-nowrap (#2664)
  • Rename flex-no-wrap to flex-nowrap (#2676)
  • Remove clearfix utility, recommend flow-root instead (#2766)
  • Disable hover and focus for fontWeight utilities by default (f6923b1)
  • Remove grid-gap fallbacks needed for old versions of Safari (5ec45fa)
  • Change special use of 'default' in config to 'DEFAULT' (#2580)
  • Remove scrolling-touch and scrolling-auto utilities (#2573)

tailwindcss-classnames CLI changes:

  • Rename CLI arguments to make it more consistent. Use --input (-i) and --output (-o) for main file names
  • Do not require passing type name of custom classes instead, force export default of it.
@muhammadsammy muhammadsammy pinned this issue Jan 1, 2021
@muhammadsammy muhammadsammy changed the title Support TailwindCSS v2 TailwindCSS v2 support Jan 1, 2021
@muhammadsammy muhammadsammy added this to To do in TailwindCSS 2 Jan 2, 2021
@muhammadsammy muhammadsammy moved this from To do to In progress in TailwindCSS 2 Jan 2, 2021
@muhammadsammy muhammadsammy removed this from In progress in TailwindCSS 2 Jan 2, 2021
@muhammadsammy muhammadsammy added this to To do in TailwindCSS 2 via automation Jan 2, 2021
@muhammadsammy muhammadsammy moved this from To do to In progress in TailwindCSS 2 Jan 2, 2021
@muhammadsammy muhammadsammy removed this from 🚧 In progress in TailwindCSS 2 Jan 3, 2021
@muhammadsammy muhammadsammy added this to 📝 To do in TailwindCSS 2 via automation Jan 3, 2021
@muhammadsammy muhammadsammy moved this from 📝 To do to 🚧 In progress in TailwindCSS 2 Jan 3, 2021
@muhammadsammy muhammadsammy added this to the v2 Release milestone Jan 3, 2021
@muhammadsammy muhammadsammy moved this from 🚧 In progress to ✅ Done in TailwindCSS 2 Jan 7, 2021
@muhammadsammy
Copy link
Owner Author

muhammadsammy commented Jan 7, 2021

tailwindcss-classnames@2.0.0 is released with Tailwind v2 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
TailwindCSS 2
  
✅ Done
Development

No branches or pull requests

1 participant