Closed larsjanssen6 closed 3 years ago
Hi @larsjanssen6
I have no idea what the problem could be. have you tried a fresh install of react-native?
greetings Thomas
@larsjanssen6 Did you figure it out?
Hi @ReneMoraales
I didn't figure out what the problem was as I can not recreate it. I have passing tests so if you have a failing test case for me or a project I can examine, I will try to debug this but for now I can not do more then this.
greetings Thomas
@ReneMoraales I never found a solution :( Sorry.
@ReneMoraales can you send me a repo with your setup? so I can test it?
Hi
I really love this module and I faced the same issue.
In my case rebuilding the project after updating the config file helped. Hope this will save someone some time. Also, this should be documented as default expectation, after running npx tailwind init
, is that the styles will be applied immediately after updating the newly created file.
This is a good idea
I would accept a PR for this
This is a good idea
I would accept a PR for this
Hi,
Thanks for this project :) realy cool. It looks like my custom
tailwind.config.js
is not being used. Currently I have this:But I can't do this in my project, not working:
Any idea what I'm doing wrong? I use version
^1.1.9"
.Thanks!