Nguyen Trung Nghia 6074e31003 init
2025-05-08 16:36:17 +07:00

10 lines
126 B
JavaScript

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