Skip to content

Commit

Permalink
Update tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RR-Gary-Stringham authored Apr 7, 2024
1 parent 1125507 commit 7f65cb5
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const plugin = require("tailwindcss/plugin");
const colors = require("tailwindcss/colors");


module.exports = {
purge: {
content: ["./src/**/*.js", "./pages/**/*.js", "./public/tailwind.css"],
Expand Down Expand Up @@ -816,31 +816,6 @@ module.exports = {
wordBreak: ["responsive"],
zIndex: ["responsive", "focus-within", "focus"],
},
plugins: [
plugin(function ({ addComponents }) {
addComponents({
".btn": {
backgroundColor: "#1c437f",
borderColor: "#1c437f",
borderRadius: "5px",
borderStyle: "solid",
borderWidth: "4px",
color: "white",
cursor: "pointer",
display: "inline-block",
fontFamily: "Khand, Impact, sans-serif",
fontSize: "1rem",
fontWeight: "700",
lineHeight: "1em",
padding: "1rem 1.5rem",
textAlign: "center",
textDecoration: "none",
textTransform: "uppercase",
transitionDuration: "200ms",
transitionProperty: "all",
transitionTimingFunction: "ease",
}
})
})
]
plugins: [],
}
}

0 comments on commit 7f65cb5

Please sign in to comment.