forked from mirrors/pronouns.cc
9 lines
205 B
JavaScript
9 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")],
|
||
|
};
|