mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
variants: {},
|
|
plugins: []
|
|
}
|