mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 15:25:19 +05:30
10 lines
189 B
JavaScript
10 lines
189 B
JavaScript
module.exports = {
|
|
purge: ["./templates/**/*.html", "./theme/**/*.html"],
|
|
darkMode: "class",
|
|
theme: {},
|
|
variants: {},
|
|
plugins: [
|
|
require('@tailwindcss/typography'),
|
|
],
|
|
};
|