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