James Walker
df332d5b2b
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
205 B
JavaScript
12 lines
205 B
JavaScript
import typography from "npm:@tailwindcss/typography";
|
|
|
|
export default {
|
|
mode: "jit",
|
|
darkMode: "media",
|
|
content: ["./**/*.{html,md,njk}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [typography],
|
|
};
|