-
Notifications
You must be signed in to change notification settings - Fork 152
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: update TailwindCSS dependency #4402
Conversation
Storybook staging is available at https://kiwicom-orbit-sarka-chore-tailwind-dependency.surge.sh |
Size Change: -45 B (-0.01%) Total Size: 446 kB
ℹ️ View Unchanged
|
Deploying orbit with
|
Latest commit: |
00f5e0a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://84a7d00a.orbit.pages.dev |
Branch Preview URL: | https://sarka-chore-tailwind-depende.orbit.pages.dev |
fdcdc7e
to
6b472a3
Compare
packages/orbit-components/src/AirportIllustration/AirportIllustration.ct-story.tsx
Outdated
Show resolved
Hide resolved
Hello @DSil, I wanted to implement the functionality of styling children with * variant, I tried multiple implementations, but none of them was working. Soo many classes are starting with |
packages/orbit-components/src/AirportIllustration/AirportIllustration.ct-story.tsx
Outdated
Show resolved
Hide resolved
The |
This PR is linked to the wrong Jira task. Please be careful when tagging. |
d60f8a1
to
937509f
Compare
7ea22cc
to
4ae0e37
Compare
9a0408c
to
f1d1112
Compare
130a13f
to
a54324e
Compare
a54324e
to
e1301bb
Compare
d99bbf6
to
00f5e0a
Compare
00f5e0a
to
3a3dab5
Compare
This PR includes changes based on the latest version of TailwindCSS (3.4.4).
Most of the changes were covered in the past, so this PR covers following:
min-width
,max-width
, andmin-height
scalesOther changes (like
size-XY
classes,has-
pseudoclasses, etc..) were covered in the previous dependency update.Grid properties are part of styled-components, so I didn't implement grid-related properties.
I used
not-last:...
as it's defined inorbit-tailwind-preset/src/index.ts
Jira ticket: https://kiwicom.atlassian.net/browse/FEPLT-2046