forked from mirrors/pronouns.cc
8 lines
205 B
JavaScript
8 lines
205 B
JavaScript
module.exports = {
|
|
darkMode: "class",
|
|
content: ["./frontend/index.html", "./frontend/src/**/*.{vue,js,ts,jsx,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require("@tailwindcss/typography")],
|
|
};
|