-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported Tailwind class - tailwind.json is empty #156
Comments
Had the same issue. I followed @ciruz instructions and added changed the |
@BassJonathan I used |
Spent hours trying to fix this, but still nothing. Everything says Unsupported Tailwind class which I try. } but when I run the dev:tailwind command, I get the following. [0] warn - The |
Hello everyone, Those who are having the above issues. Actually, So far from the above messages, I have no src directory. content: [ also in the another terminal I have hit the command yarn dev:tailwind hope this will resolve the issue! |
This will fix the issue where `tailwind-rn` is not found. It is going to close: - vadimdemedes/tailwind-rn#156 - vadimdemedes/tailwind-rn#150 - vadimdemedes/tailwind-rn#152
thanks dude, you survived me |
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
corePlugins: require('tailwind-rn/unsupported-core-plugins'),
}; it worked ! |
@CTOverton, Thanks a ton! |
hello, I followed the advice of each of you but I still have the error. 📍 All my folders are at the root of my project:
📍 Here is the content of my tailwind.config.js file: module.exports = { 📍 I also notice that tailwind.css and tailwind.json are empty |
Then, if you use yarn just type: yarn run dev:tailwind or with npm npm run dev:tailwind |
up for this issue |
I am using tailwind version 4.2.0, and after following the instruction for installation.
My config file has been properly set-up
My tailwind.json is still empty {}.
The text was updated successfully, but these errors were encountered: