amber-web/tailwind.config.js
2024-08-04 16:54:16 +08:00

9 lines
128 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
};