Skip to content

Commit

Permalink
fix(front): add missing tailwind configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed May 13, 2021
1 parent bb3772a commit 21b937b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/front/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
extend: {}
},
variants: {
extend: {}
extend: { opacity: ['disabled'] }
},
plugins: []
}

0 comments on commit 21b937b

Please sign in to comment.