You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the paths to all of your template files in your tailwind.config.js file.
module.exports={content: ["./src/**/*.{html,js}"],// no need this from here this are for example , just need to add this path theme: {extend: {},},plugins: [],};
create .vscode folder and in there create settings.json file , add this in that file
this for tailwindCSS auto-complete and it's not going to show error