-
-
Notifications
You must be signed in to change notification settings - Fork 359
Feature: Tailwind V4 #3189
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
Feature: Tailwind V4 #3189
Conversation
🦋 Changeset detectedLatest commit: da0009d The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
sites/next.skeleton.dev/src/content/docs/get-started/migrate-v3.mdx
Outdated
Show resolved
Hide resolved
sites/next.skeleton.dev/src/content/docs/get-started/migrate-v3.mdx
Outdated
Show resolved
Hide resolved
sites/next.skeleton.dev/src/content/docs/get-started/migrate-v3.mdx
Outdated
Show resolved
Hide resolved
sites/next.skeleton.dev/src/content/docs/get-started/migrate-v3.mdx
Outdated
Show resolved
Hide resolved
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.
some more stuff
…/skeleton into feature/tailwind-v4
…/skeleton into feature/tailwind-v4
/* .focused { | ||
@apply ring-[2px] ring-surface-950 dark:ring-surface-50 ring-inset; | ||
} */ | ||
} |
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.
should this still be commented out/hasn't been converted to standard css yet?
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.
Let's move this to the Zag 1.0 PR for consideration. This will be part of a large discussion around how Zag depends on CSS custom properties to define certain component values and styles. In this case the focus state outline
.
Linked Issue
Closes #3195
Description
This is the rewrite of the Skeleton core package to support Tailwind v4, previously referred to as the Skeleton Tailwind plugin. It utilizes Vite for bundling and SCSS (aka Sass) for authoring our styles.
Overall Progress
High level overview of the entire scope of this pull request. When all items are green, this PR is ready for review.
Core Package Features
This represents progress specific to the core package.
Base
SpacingThemes
Animations
Utilities
GradientsOptional