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

Enable Tailwind JIT processing #13

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Enable Tailwind JIT processing #13

wants to merge 1 commit into from

Conversation

alwaysblank
Copy link
Collaborator

The new JIT feature from Tailwind speeds up tailwind processing by a
/lot/, so I've implemented it. This also allows us to reduce the
complexity of the css loading pattern a bit, since we no longer need to
do the weird thing were we try and convince webpack to handle the parts
like separate modules.

Unfortunately (as the message when you run it will tell you) JIT is not
restrained by semver at this time, so it could change or break at any
time. Given that, I'm not going to merge this into main until it hits at
lest some kind of stable release. If you want to play around, though, be
my guest!

The new JIT feature from Tailwind speeds up tailwind processing by a
/lot/, so I've implemented it. This also allows us to reduce the
complexity of the css loading pattern a bit, since we no longer need to
do the weird thing were we try and convince webpack to handle the parts
like separate modules.

Unfortunately (as the message when you run it will tell you) JIT is not
restrained by semver at this time, so it could change or break at any
time. Given that, I'm not going to merge this into main until it hits at
lest some kind of stable release. If you want to play around, though, be
my guest!
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