mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-18 13:53:26 +08:00
17 lines
226 B
JavaScript
17 lines
226 B
JavaScript
|
module.exports = {
|
||
|
purge: [
|
||
|
'../lib/**/*.ex',
|
||
|
'../lib/**/*.leex',
|
||
|
'../lib/**/*.eex',
|
||
|
'./js/**/*.js'
|
||
|
],
|
||
|
darkMode: false,
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
variants: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|