Skip to content

Preparing liftkit for Tailwind#220

Merged
garrett-from-chainlift merged 5 commits into
Chainlift:mainfrom
jellydeck:tailwind-prep
Sep 8, 2025
Merged

Preparing liftkit for Tailwind#220
garrett-from-chainlift merged 5 commits into
Chainlift:mainfrom
jellydeck:tailwind-prep

Conversation

@jellydeck

Copy link
Copy Markdown
Contributor

Changes:

All component css file is wrapper inside @layer components { ... }

@layer components {

... // all css logic would go inside this

}

this allows us to handle layering with this

/* Left to right, right has most power */
@layer theme, lk-base, components, utilities;

this approach allows us to make liftkit compatible with all the current utility classes. plus overriding it with tailwind one's without fear of specificity.

@JeremiahSecrist
JeremiahSecrist self-requested a review September 7, 2025 07:06
Comment thread README.md Outdated
@garrett-from-chainlift
garrett-from-chainlift merged commit 1f85cc0 into Chainlift:main Sep 8, 2025
4 checks passed
JeremiahSecrist added a commit that referenced this pull request Sep 8, 2025
garrett-from-chainlift pushed a commit that referenced this pull request Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants