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

feat: Add tailwind for utility classes #562

Merged
merged 8 commits into from
Dec 30, 2023
Merged

feat: Add tailwind for utility classes #562

merged 8 commits into from
Dec 30, 2023

Conversation

lachlancollins
Copy link
Collaborator

@lachlancollins lachlancollins commented Dec 30, 2023

🎯 Changes

Tailwind offers utility classes which make complex styling extremely easy without writing raw CSS manually. In particular, the layout classes will be useful here as they prevent you from making very similar ".container" classes all over the place. The new site will also use a combination of tailwind + custom CSS.

There's plenty more that can be done, but this already fixes the footer not sticking to the bottom of the page, as well as removing the large spacing between the header and headings. postcss also reported some issues with CSS value browser support.

✅ Checklist

  • I have given my PR a descriptive title
  • I have run pnpm run lint locally on my changes

Copy link

vercel bot commented Dec 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sveltesociety-dev-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2023 1:07pm

@lachlancollins lachlancollins merged commit 4ffc0b7 into svelte-society:main Dec 30, 2023
3 checks passed
@lachlancollins lachlancollins deleted the tailwindcss branch December 30, 2023 13:09
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.

1 participant