1
Fork 0
personal_website/tailwind.config.js

9 lines
149 B
JavaScript
Raw Normal View History

2024-11-25 16:50:38 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};