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

chore: adds initial tailwind config #50

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

yowainwright
Copy link
Sponsor Contributor

@yowainwright yowainwright commented Apr 29, 2024

Adds initial tailwind config

The general plan is to add tailwind and make everything look like the framer designs. TBD


This PR

  • adds a working initialization of tailwind with Daisy UI, a Tailwind plugin.
    • Using Daisy UI allows us to more quickly get out the box styles.
      • See this commit for easy reference to how easy theming can be with css classes.
  • This pull request implements browser-sync to get live reloading in development.

The reason for tailwind is if we stick to "no custom css" with tailwind, we can quickly change themes, maintain, and update the site.

Copy link
Member

@guybedford guybedford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a great start to me, in getting the workflow set up. Thanks for figuring out Chomp here.

chompfile.toml Outdated Show resolved Hide resolved
@yowainwright yowainwright changed the title WIP: chore: adds initial tailwind config chore: adds initial tailwind config Jun 6, 2024
@yowainwright yowainwright marked this pull request as ready for review June 6, 2024 18:03
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.

Local dev config [tailwind, live reload]
2 participants