mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 09:33:10 -07:00
7 lines
96 B
TypeScript
7 lines
96 B
TypeScript
const config = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
};
|
|
|
|
module.exports = config;
|