Skip to content

Commit

Permalink
add x (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS authored Oct 19, 2023
1 parent 80ec16a commit f0c263d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const colors = {
whatsapp: "#075e54",
wikipedia: "#000000",
youtube: "#ff0000",
x: "#000000",
};

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

0 comments on commit f0c263d

Please sign in to comment.