Skip to content

Commit

Permalink
refactor: remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Jul 25, 2024
1 parent 442e98f commit 9be338b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
darkMode: "class",
content: ["./static/views/**/*.html", "./src/app/**/*.{js,ts,jsx,tsx}"],
plugins: [
plugin(function ({ addUtilities, addComponents, e, config }) {
plugin(function ({ addUtilities }) {
const newUtilities = {
".translate-z-0": {
transform: "translateZ(0)",
Expand Down

0 comments on commit 9be338b

Please sign in to comment.