mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
10 lines
141 B
JavaScript
10 lines
141 B
JavaScript
|
module.exports = {
|
||
|
theme: {
|
||
|
extend: { }
|
||
|
},
|
||
|
variants: {
|
||
|
margin: ['responsive', 'first', 'hover', 'focus'],
|
||
|
},
|
||
|
plugins: []
|
||
|
}
|