Skip to content

Commit

Permalink
remove typography plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach committed Dec 30, 2024
1 parent 4fba620 commit ece9d48
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@inox-tools/content-utils": "^0.8.0",
"@microflash/rehype-figure": "^2.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^5.0.5",
"astro-og-canvas": "^0.5.5",
"astro-starlight-remark-asides": "^0.0.7",
Expand Down
40 changes: 0 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tailwind.config.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import containerQueries from "@tailwindcss/container-queries";
import typography from "@tailwindcss/typography";
import type { Config } from "tailwindcss";
import defaultTheme from "tailwindcss/defaultTheme";
import plugin from "tailwindcss/plugin";
Expand Down Expand Up @@ -154,7 +153,6 @@ export default {
},
},
plugins: [
typography,
containerQueries as {
handler: PluginCreator;
config?: Partial<Config>;
Expand Down

0 comments on commit ece9d48

Please sign in to comment.