Skip to content

Commit

Permalink
Merge pull request #30 from IgorKowalczyk/tailwind-current-color
Browse files Browse the repository at this point in the history
Removed current color from tailwind config
  • Loading branch information
SakshL authored Jun 22, 2022
2 parents bd3fa38 + b996c64 commit 3149fd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ module.exports = {
content: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./config.js"],
theme: {
extend: {
colors: {
current: "currentColor",
},
fontFamily: {
poppins: ["Poppins", "sans-serif"],
},
Expand Down

0 comments on commit 3149fd6

Please sign in to comment.