Skip to content

Instantly share code, notes, and snippets.

@lewebsimple
Created January 27, 2025 16:42
Show Gist options
  • Save lewebsimple/3d2b05bc0bc9219d858b1236c33323d3 to your computer and use it in GitHub Desktop.
Save lewebsimple/3d2b05bc0bc9219d858b1236c33323d3 to your computer and use it in GitHub Desktop.

Revisions

  1. lewebsimple created this gist Jan 27, 2025.
    10 changes: 10 additions & 0 deletions tailwind.config.ts
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    import type { Config } from "tailwindcss";

    export default {
    darkMode: ["variant", "&:where(.dark, .dark *):not(.not-dark, .not-dark *)"],
    theme: {
    extend: {},
    },
    plugins: [],
    content: [],
    } satisfies Config;