Skip to content

Commit

Permalink
update tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubabrzy committed Sep 19, 2023
1 parent a72fecf commit 92416ac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/** @type {import('tailwindcss').Config} */
import defaultTheme from "tailwindcss/defaultTheme";

module.exports = {
darkMode: ["class", '[data-theme="dark"]'],
Expand Down Expand Up @@ -44,14 +43,13 @@ module.exports = {
900: "#14253D",
},
},
screens: {
xs: { max: "576px" },
},
},
fontFamily: {
sans: ['"DM Sans"', "system-ui"],
},
screens: {
"xs": { max: "576px" },
...defaultTheme.screens,
},
},
plugins: [require("@tailwindcss/typography")],
};

0 comments on commit 92416ac

Please sign in to comment.