-
Notifications
You must be signed in to change notification settings - Fork 125
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
chore: Migrate to tailwind v3 #89
Conversation
Have you saw something related to css duplication? |
This changes may not work well with the deco-sites/std. Did you see something weird? |
@@ -40,11 +40,11 @@ function ProductDetails({ page }: Props) { | |||
<Container class="py-0 sm:py-10"> | |||
<div class="flex flex-col gap-4 sm:flex-row sm:gap-10"> | |||
{/* Image Gallery */} | |||
<div class="flex flex-row overflow-auto scroll-x-mandatory scroll-smooth sm:gap-2"> | |||
<div class="flex flex-row overflow-auto snap-x snap-mandatory scroll-smooth sm:gap-2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:satisfaction:
https://twind.style/packages/@twind/intellisense#createintellisense será que isso não resolve @tlgimenes ? |
closing in favor of #160 |
Migrates to twind v1, thus unlocking tailwind v3.
Note that VSCode intellisense got worse since their plugin still does not support v1. However, they will eventually support it. To circumvent some issues regarding intellisense, I created a new file contaning all twind's config, while leaving the old format intact so we can still benefit from some intellisense for color/text/border customizations