From 3f7166f201d12ea97074f457fb4255747b675c77 Mon Sep 17 00:00:00 2001 From: praveenjuge Date: Fri, 20 Aug 2021 07:59:10 +0530 Subject: [PATCH] Fix Conflicting Color Signed-off-by: praveenjuge --- index.js | 1 - 1 file changed, 1 deletion(-) 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 } } });