2024-05-23 15:37:43 -04:00
|
|
|
import typography from "npm:@tailwindcss/typography";
|
|
|
|
|
|
|
|
export default {
|
2022-06-13 20:51:44 -04:00
|
|
|
mode: "jit",
|
|
|
|
darkMode: "media",
|
|
|
|
content: ["./**/*.{html,md,njk}"],
|
|
|
|
theme: {
|
|
|
|
extend: {},
|
|
|
|
},
|
2024-05-23 15:37:43 -04:00
|
|
|
plugins: [typography],
|
|
|
|
};
|