hobbs-zone-home/tailwind.config.js

9 lines
146 B
JavaScript
Raw Normal View History

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