Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
feat: Extend new custom Tailwind colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Eray C committed Nov 1, 2021
1 parent c01e19a commit 37230d9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ module.exports = {
darkMode: false, // or 'media' or 'class'
theme: {
colors: {
yellowbright: "FFF6D6",
extend: {
yellow: {
25: "#FFF6D6",
},
red: {
1000: "#4d0302",
},
},
},
extend: {},
},
variants: {
extend: {},
variants: {
extend: {},
},
plugins: [],
},
plugins: [],
};

0 comments on commit 37230d9

Please sign in to comment.