Replies: 2 comments 4 replies
-
Hi James, I recently setup Tailwind in our monorepo as well and PostCSS seems to have no problem with scanning through all the packages in a single purge as long as Our tailwind.config.js:
Our directory structure:
I put these commands in the components/package.json as well:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I have recently moved my multiple repositories javascript packages to a single monorepo in typescript. It's my first-time complete Typescript project and would love it if you had some time to give me some feedback. I had a lot of trouble finding some types of external libraries. Does anyone have experience with typing webpack and gulp plugin? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi tailwind community,
I am considering tailwind as a css framework to migrate a large enterprise site to a better structure for CSS.
We currently have a number of packages within the same monorepo. We have a main package which contains our core global css, and then other packages containing micro applications which utilise both base styling and component styling.
Would you get your base to scan through all packages html/components for a single purge or do you just have each repo containing the classes it needs and don't care that flex is defined in say 3 packages output css.
Beta Was this translation helpful? Give feedback.
All reactions