Skip to content

Commit 98b08dd

Browse files
committed
[#57] Revert btn-square addition
1 parent 0668859 commit 98b08dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/tailwind/buttons.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ export default plugin(({ addComponents }) => {
101101
lineHeight: '0 !important',
102102
'@apply !p-0 !gap-0 aspect-square justify-center items-center': {},
103103
},
104-
105-
// Coerce a button to be square
106-
'.btn-square': {
107-
'@apply aspect-square p-0': {},
108-
},
109104
}
110105

111106
addComponents(buttons)

0 commit comments

Comments
 (0)