mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
export default config;
|