Skip to content

Commit

Permalink
Reverted minWidth, maxWidth, minHeight and maxHeight sync wit…
Browse files Browse the repository at this point in the history
  • Loading branch information
babakfp committed Mar 4, 2024
1 parent 3bdadcd commit 5f445e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/extraDefaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export default plugin(() => {}, {
spacing: spacing([
4.5, 5.5, 6.5, 7.5, 8.5, 9.5, 13, 15, 17, 18, 19, 21, 22, 23,
]),
minWidth: ({ theme }) => theme("spacing"),
maxWidth: ({ theme }) => theme("spacing"),
minHeight: ({ theme }) => theme("spacing"),
maxHeight: ({ theme }) => theme("spacing"),
zIndex: {
1: "1",
2: "2",
Expand Down

0 comments on commit 5f445e6

Please sign in to comment.