mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-25 12:02:13 +00:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.{html,js,njk}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|