Skip to content

Commit

Permalink
fix: background color disabled variant for input
Browse files Browse the repository at this point in the history
  • Loading branch information
avlyalin committed Jun 1, 2020
1 parent fc2bee7 commit e0de883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ module.exports = {
variants: {
borderWidth: ['responsive', 'first', 'last'],
borderRadius: ['responsive', 'first', 'last'],
backgroundColor: ['responsive', 'hover', 'focus', 'disabled'],
},
plugins: [],
};

0 comments on commit e0de883

Please sign in to comment.