hobbs-zone-home/tailwind.config.js

9 lines
149 B
JavaScript
Raw Permalink Normal View History

2024-05-19 02:07:23 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{html,js,css}"],
2024-05-19 02:07:23 +00:00
theme: {
extend: {},
},
plugins: [],
}