image-rights-html-generator/tailwind.config.js

10 lines
127 B
JavaScript
Raw Normal View History

2024-06-03 21:21:41 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: []
}