Skip to content

Commit

Permalink
feat: cardがaタグになることでdisplay:blockに対応させた
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidetaro7 committed Oct 13, 2021
1 parent 73970c8 commit 2a0ffde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tailwindcss/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = plugin.withOptions(
overflow: "hidden",
"border-width": "1px",
"border-color": theme("colors.gray.200"),
display: "block",
},
},
]);
Expand Down

0 comments on commit 2a0ffde

Please sign in to comment.