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 88fe3cb commit 559b92e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 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 @@ -51,10 +50,6 @@ module.exports = {
fontFamily: {
sans: ['"DM Sans"', "system-ui"],
},
screens: {
"xs": { max: "576px" },
...defaultTheme.screens,
},
},
plugins: [require("@tailwindcss/typography")],
};

0 comments on commit 559b92e

Please sign in to comment.