mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
|
module.exports = {
|
||
|
content: ["./src/**/*.{html,js,njk}"],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|