Closed spantheslayer closed 1 year ago
module.exports = {
content: ["./src/**/*.{html,js}"], /// {html,js,jsx,ts,tsx} <- I have the same error as yours, you can try to change this to this, and change to this and my error will disappear
theme: {
extend: {},
},
plugins: [],
corePlugins: require("tailwind-rn/unsupported-core-plugins"),
};
@spantheslayer
I found a way to fix this error using the content command: ['**'], after 8 hours of research, try it this way, the warning appeared at angular 16. node.js 18.8.8. Good luck
Getting the below issue when running tailwind-rn. Please help!!
tailwind.config.js file below