marklawlor / nativewind

React Native utility-first universal design system - powered by Tailwind CSS
https://nativewind.dev
MIT License
4.3k stars 233 forks source link

Allow theming without CSS Variables #870

Open useEffects opened 1 month ago

useEffects commented 1 month ago

Using CSS Variables approach would limit us to abstract the color scheme in CSS files, this causes hardships in monorepo setups as exporting and importing css files are hard and sometimes would not work.

useEffects commented 1 month ago

https://github.com/L-Blondy/tw-colors/issues/26#issuecomment-1781492657