Skip to content

Commit

Permalink
feat: add config minWidth tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandorjesus committed Feb 13, 2022
1 parent dd7c11e commit 3fc6f25
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,26 @@ module.exports = {
screen: '100vh',
full: '100%',
},

minWidth: {
0: '0px',
1: '4px',
2: '8px',
3: '12px',
4: '16px',
5: '20px',
6: '24px',
7: '32px',
8: '40px',
9: '48px',
10: '56px',
11: '64px',
12: '72px',
13: '80px',
15: '120px',
screen: '100vh',
full: '100%',
},
},

plugins: [
Expand Down

0 comments on commit 3fc6f25

Please sign in to comment.