forked from mirrors/pronouns.cc
11 lines
250 B
JavaScript
11 lines
250 B
JavaScript
module.exports = {
|
|
darkMode: "class",
|
|
content: [
|
|
"./pages/**/*.{js,ts,jsx,tsx}",
|
|
"./components/**/*.{js,ts,jsx,tsx}",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require("@tailwindcss/typography"), require("@tailwindcss/forms")],
|
|
};
|