This repository has been archived on 2026-09-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

8 lines
144 B
JavaScript
Raw Permalink Normal View History

2026-08-27 20:13:42 +08:00
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
}
export default config