-
-
Notifications
You must be signed in to change notification settings - Fork 330
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: Update vite-plugin-tailwind-purgecss
and PurgeCSS docs
#2604
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
🦋 Changeset detectedLatest commit: 359cff5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@niktek FYI this will come with a CSA change. Let me know if you would like me to create a ticket for this. |
@niktek Adrian was able to pull in the most recent changes to the CSA, so we're going to go ahead and merge and release to production. If you could please review the changes when you get a moment (no rush) and verify that all is well. Feel free to follow up if we need to modify anything else. Adrian and I are happy to help where we can! |
Description
vite-plugin-tailwind-purgecss
purging strategy has been overhauled and released as of version0.3.0
: AdrianGonz97/vite-plugin-tailwind-purgecss#27 (also includes a migration guide)This PR updates the vite plugin to its latest version and it also updates the installation instructions for the purgecss docs page.
CSA also needs to be updated to remove this section as it's no longer needed:
skeleton/packages/create-skeleton-app/src/creator.js
Lines 227 to 238 in 986ff4c
However, I noticed that the versions (
0.0.53
) in thepackage.json
is out-of-sync with the published version onnpm
(0.0.54
): https://www.npmjs.com/package/create-skeleton-app, so I've left that out of this PR. Any guidance on how to go about this @niktek?Changsets
Instructions: Changesets automate our changelog. If you modify files in
/packages
, runpnpm changeset
in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminor
while chores and bugfixes should bepatch
. Please prefix the changeset message withfeat:
,bugfix:
orchore:
.Checklist
Please read and apply all contribution requirements.
dev
branch (NEVERmaster
)docs/
,feat/
,chore/
,bugfix/
pnpm ci:check
pnpm format
pnpm test