Skip to content

Commit

Permalink
feat: add xs screen breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsturgess committed Aug 12, 2024
1 parent d850642 commit 302a299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/extensions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
const { screens } = require("tailwindcss/defaultTheme");

const spacing = {
4.5: "1.125.rem",
};

module.exports = {
screens: {
xs: "480px",
...screens,
},
spacing,
};

0 comments on commit 302a299

Please sign in to comment.