mirror of
https://github.com/waku-org/js-waku-examples.git
synced 2025-02-24 05:38:08 +00:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|