Replies: 1 comment 3 replies
-
You can control what you want to be purged: https://tailwindcss.com/docs/controlling-file-size/#setting-up-purgecss-manually Example in the docs (would only purge /* purgecss start ignore */
@tailwind base;
@tailwind components;
/* purgecss end ignore */
@tailwind utilities; |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Tailwind works great, however I have a few classes that are coming with RichText data from Prismic. These classes are purged in my production deploys.
My question is, can I trigger purging after the pages have been built by next.js (i.e. after they have the data from Prismic)? If not, how can I solve this issue?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions