mstickers/tailwind.config.js
2024-12-28 21:30:03 +05:00

8 lines
No EOL
140 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html"],
theme: {
extend: {},
},
plugins: [],
}