mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-19 17:48:17 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
'tailwindcss/nesting': {},
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
}
|