Initial integration of svelte stellar and tailwindcss#1532
Closed
AaronPlave wants to merge 60 commits intodevelopfrom
Closed
Initial integration of svelte stellar and tailwindcss#1532AaronPlave wants to merge 60 commits intodevelopfrom
AaronPlave wants to merge 60 commits intodevelopfrom
Conversation
48842e8 to
8792c1e
Compare
AaronPlave
commented
Mar 5, 2025
AaronPlave
commented
Mar 5, 2025
AaronPlave
commented
Mar 5, 2025
c619be3 to
7686e14
Compare
AaronPlave
commented
Mar 6, 2025
fadc2a5 to
127514f
Compare
bafab93 to
c97c64d
Compare
Collaborator
|
Met with @AaronPlave & we decided:
|
AaronPlave
commented
Apr 16, 2025
duranb
reviewed
Apr 16, 2025
duranb
approved these changes
Apr 16, 2025
Collaborator
duranb
left a comment
There was a problem hiding this comment.
Everything looks good! I'll save the more detailed review for the follow up PR.
|
Contributor
Author
|
Closing since this was done in #1666 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR integrates TailwindCSS and Stellar Svelte components. TailwindCSS is a CSS utility framework introduced as a soft dependency of Stellar Svelte. Over time the aim is to use TailwindCSS utility classes instead of our custom classes so that all of our styling is responsive to the underlying CSS variables that govern those utility classes from Tailwind. Stellar Svelte is built on top of shadcn-svelte components which uses Tailwind itself for styling and dynamic theming. By using Tailwind in Aerie UI we will be able to dynamically theme (light, dark, global color schemes, etc). Stellar Svelte components will provide us with a large library of high quality, accessible UI components that should also save us development effort.
This PR also:
Testing:
TODO: