Skip to content

Commit

Permalink
Merge pull request #145 from ably/add-max-width-spacing
Browse files Browse the repository at this point in the history
Add spacing values to max-w- definition in tailwind
  • Loading branch information
Dominik authored Feb 8, 2022
2 parents d64a33a + 398dcff commit b97b499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ module.exports = {
0: "0",
none: "none",
unset: "unset",
...theme("spacing"),
...breakpoints(theme("screens")),
}),
boxShadow: {
Expand Down

0 comments on commit b97b499

Please sign in to comment.