Skip to content

Commit

Permalink
feat(css): Adding sm, md, lg and xl to the spacing scale
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Apr 1, 2021
1 parent 6173026 commit d7327e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/css/lib/tailwind/themes/shared/spacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ module.exports = {
'75ch': '75ch',
'100ch': '100ch',
prose: '65ch',
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
};

0 comments on commit d7327e8

Please sign in to comment.