imnya.ng/tailwind.config.js
2024-08-03 22:23:04 +09:00

9 lines
126 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
}