mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +02:00
7 lines
No EOL
93 B
JavaScript
7 lines
No EOL
93 B
JavaScript
const config = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
};
|
|
|
|
export default config; |