mirror of
https://github.com/logos-messaging/rln.waku.org.git
synced 2026-01-02 14:13:09 +00:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
|
/** @type {import('postcss-load-config').Config} */
|
||
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|