Skip to content

Commit

Permalink
Fix Conflicting Color
Browse files Browse the repository at this point in the history
Signed-off-by: praveenjuge <[email protected]>
  • Loading branch information
praveenjuge committed Aug 20, 2021
1 parent 1f0b90d commit 3f7166f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const colors = {
whatsapp: "#075e54",
wikipedia: "#000000",
youtube: "#ff0000",
vue: "#42b883",
};

module.exports = require("tailwindcss/plugin")(function () {}, { theme: { extend: { colors } } });

0 comments on commit 3f7166f

Please sign in to comment.