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
Rebuilding...
TypeError: hex.includes is not a function
at rulesForColor (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwind-capacitor/src/config/plugin-colors.js:6:12)
at /Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwind-capacitor/src/config/plugin-colors.js:28:29
at Array.forEach ()
at module.exports (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwind-capacitor/src/config/plugin-colors.js:27:30)
at registerPlugins (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/lib/setupContextUtils.js:815:61)
at createContext (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/lib/setupContextUtils.js:1221:5)
at createContext (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/processTailwindFeatures.js:44:61)
at Object.getContext (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/cli/build/plugin.js:202:24)
at /Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/cli/build/plugin.js:249:38
at /Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/processTailwindFeatures.js:46:11
The text was updated successfully, but these errors were encountered:
Just installed your plugin and when running
npx tailwindcss -i ./src/css/styles.css -o ./src/css/tailwind.css --minify
I get the following error:
Rebuilding...
TypeError: hex.includes is not a function
at rulesForColor (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwind-capacitor/src/config/plugin-colors.js:6:12)
at /Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwind-capacitor/src/config/plugin-colors.js:28:29
at Array.forEach ()
at module.exports (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwind-capacitor/src/config/plugin-colors.js:27:30)
at registerPlugins (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/lib/setupContextUtils.js:815:61)
at createContext (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/lib/setupContextUtils.js:1221:5)
at createContext (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/processTailwindFeatures.js:44:61)
at Object.getContext (/Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/cli/build/plugin.js:202:24)
at /Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/cli/build/plugin.js:249:38
at /Users/macsupport/Downloads/VETCALCULATORS-APP/VETDrugs/node_modules/tailwindcss/lib/processTailwindFeatures.js:46:11
The text was updated successfully, but these errors were encountered: