diff --git a/index.js b/index.js index bfd23be..69a077c 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,6 @@ const colors = { whatsapp: "#075e54", wikipedia: "#000000", youtube: "#ff0000", - vue: "#42b883", }; module.exports = require("tailwindcss/plugin")(function () {}, { theme: { extend: { colors } } });