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

fix: update default app.css tailwind syntax to use @tailwind (#3149) #3150

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

talss89
Copy link
Sponsor Contributor

@talss89 talss89 commented Sep 22, 2023

Minor change to switch from older @import 'tailwindcss/... syntax to @tailwind as recommended in Tailwind docs.

This encourages users to avoid a possible cache invalidation issue.

See: https://tailwindcss.com/docs/installation#:~:text=Add%20the%20Tailwind,main%20CSS%20file.
See: roots/bud#2455

The cache invalidation logic for @tailwind was introduced in Tailwind 3.0.24. Sage's app.css was written originally for Tailwind 2.0.2 on Sage 10.0.0-beta.1

Minor change to switch from older `@import 'tailwindcss/...` syntax to `@tailwind` as recommended in Tailwind docs.
@talss89 talss89 changed the title fix: update default app.css tailwind syntax to use @tailwind #3149 fix: update default app.css tailwind syntax to use @tailwind (#3149) Sep 22, 2023
@retlehs retlehs merged commit c6e9191 into roots:main Sep 27, 2023
4 of 5 checks passed
@retlehs
Copy link
Sponsor Member

retlehs commented Sep 27, 2023

Thank you!

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.

2 participants