Skip to content

Commit

Permalink
module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Dec 13, 2024
1 parent 4cd39b4 commit b0f183d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/web/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: ["class"],
presets: [require("@macrograph/interface/tailwind.config.js")],
plugins: [require("@tailwindcss/typography")],
module.exports = {
darkMode: ["class"],
presets: [require("@macrograph/interface/tailwind.config.js")],
plugins: [require("@tailwindcss/typography")],
};

0 comments on commit b0f183d

Please sign in to comment.