Skip to content
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

Explore options for managing CSS and themes #4

Open
fwextensions opened this issue Jan 19, 2024 · 3 comments
Open

Explore options for managing CSS and themes #4

fwextensions opened this issue Jan 19, 2024 · 3 comments
Assignees

Comments

@fwextensions
Copy link
Contributor

fwextensions commented Jan 19, 2024

The current Astro prototype uses Pico CSS for basic styling, but we'll probably need something a little more full-featured. It should support design tokens in some way, so we can make styling changes easily. Dark theme support would be nice to have.

@javtran
Copy link
Collaborator

javtran commented Jan 25, 2024

https://www.michaelmang.dev/blog/integrating-design-tokens-with-tailwind

Using tailwind as a base and then creating a script to hold all of our design tokens that could be easily integrated into Tailwind class utility syntax.

@fwextensions
Copy link
Contributor Author

Panda CSS is a modern CSS-in-JS framework, which supports Astro: https://panda-css.com/docs/installation/astro

@fwextensions
Copy link
Contributor Author

Probably don't need it for this site, but here's a styled-components-esque package for creating simple styled React components: https://react-twc.vercel.app/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants