science-ation/tailwind.config.js

12 lines
143 B
JavaScript
Raw Normal View History

2024-12-05 19:06:52 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'*.php'
],
theme: {
extend: {},
},
plugins: [],
}