Skip to content

Commit

Permalink
feat: default to disabling hover and focus variants for font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jan 3, 2021
1 parent dafec5d commit c22de68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/lib/defaultTailwindConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ export const defaultTailwindConfig = {
fontSize: ['responsive'],
fontSmoothing: ['responsive'],
fontVariantNumeric: ['responsive'],
fontWeight: ['responsive'],
gradientColorStops: ['responsive', 'dark', 'hover', 'focus'],
height: ['responsive'],
inset: ['responsive'],
Expand Down

0 comments on commit c22de68

Please sign in to comment.