Skip to content

Commit

Permalink
fix(frontend): Fix typo in tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Sep 5, 2023
1 parent 9b03782 commit d4f219d
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 @@ -7,7 +7,7 @@ module.exports = {
theme: {
extend: {},
},
plugons: [
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
],
Expand Down

0 comments on commit d4f219d

Please sign in to comment.