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
// lib/tailwind.jsimport{create}from'twrnc';// create the customized version...consttw=create(require(`../../tailwind.config.js`));// <- your path may differ// ... and then this becomes the main function your app usesexportdefaulttw;
Error: tailwindcss plugin function argument object prop "web" not implemented