Kolade Afode
Kolade Afode
You can prefix the CSS variable names in your `createStitches` function. I think this should solve clashing styles For example: `const { theme } = createStitches({ prefix: "your-prefix", theme: {...}...
> @KXLAA This is looking good. If it's OK with you, I'll push a few minor style fixes and then we can merge. Sure thing. Thanks
> @KXLAA Would you be ok if we go with this (updated) PR #1547 for the toggle group? I appreciate that you were the first one with the toggle group...
> Hi @KXLAA > > This feature is not implemented yet, PR is welcomed. Alright will open a PR. Thanks
Do you have any specific preference for a mono repo lib like [Turborepo](https://turbo.build/repo) or [NX](https://nx.dev/) or would you prefer a set-up with npm workspaces?
I think [Turborepo](https://turbo.build/repo) would be appropriate. I can create a PR setting this up if you don not mind.