Replies: 1 comment
-
I also see that vanilla is parsing both .js and .ts files It's unclear on how to have the best setup |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have components in
@name/react-ui
src/theme.css.ts
src/button.css.ts
src/button.tsx
@name/website
src/theme.css.ts
src/app.tsx
And I have an app that consumes it
I have a default theme to apply and then in the app I want to override it with the apps' styles
My question is where should I place my createGlobalTheme? in the lib or application?
Beta Was this translation helpful? Give feedback.
All reactions