mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-03-04 00:20:55 +00:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|