Skip to content

Commit 43d4f6d

Browse files
authored
Merge pull request tailwindlabs#659 from alexanderbluhm/master
Add border variant to checked example
2 parents 8c7250d + c4e9798 commit 43d4f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/docs/hover-focus-and-other-states.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ module.exports = {
536536
variants: {
537537
extend: {
538538
backgroundColor: ['checked'],
539+
borderColor: ['checked'],
539540
}
540541
},
541542
}

0 commit comments

Comments
 (0)