react-native-tailwindcss
react-native-tailwindcss copied to clipboard
A react-native style system based on TailwindCSS
**i am getting this error everytime i try to run npx RNtailwindcss** cp: ../react-native-tailwindcss/stubs/defaultConfig.stub.js: No such file or directory
I tried with `t.fontSans`, `t.fontSerif`, `t.fontMono`, they show the same font. Also tried to add a custom font, as described [here](https://tvke.github.io/react-native-tailwindcss/typography/font-family.html), but is not working. Also, the fix used in...
is tailwindcss-classnames may work with tailwind plugin, for exemple with https://daisyui.com/docs/install ?
Hi @TVke , hope you're well! Discussed previously in #23 -- confirming that this is indeed an issue. I noticed that using any lineHeight helper (e.g. `t.leadingLoose`) causes text to...
Hi, I'm getting the following warning in the web browser console with expo web: ``` index.js:1 Warning: Invalid style property of "direction". Did you mean "writingDirection"? console. @ index.js:1 printWarning...
 I am getting the following error - Unable to resolve "../../../tailwind.config" from "node_modules/react-native-tailwindcss/util/configHandler.js" Please do look into it
The responsive styling experience of tailwindcss is great. Mobile-first, then `sm:`, `md:`, `lg:`, `xl:` prefixes for breakpoints. When thinking about the function-helpers in for lineHeight in issue #48, I thought...
Hi @TVke ! This PR is not ready yet, but I wanted to share the approach to discuss. ## Motivations: 1. TypeScript definitions for non-default tailwind configs (Issue #18) -...
# Normalizing it as base tailwindcss TERMS: - base: Here base will refer to the main postcss plugin tailwindcss at https://tailwindcss.com ### THIS IS NOT A BACKWARDS COMPATIBLE PR ##...
Hi @TVke -- this is an issue without a clear solution, but I wanted to open the issue for discussion. Here's my problem: I _really_ like that tailwind limits my...