ip-checker/assets/tailwind.config.js

10 lines
146 B
JavaScript
Raw Normal View History

2024-10-19 04:08:17 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}