2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00
books/tailwind.config.js

10 lines
141 B
JavaScript
Raw Normal View History

module.exports = {
theme: {
extend: { }
},
variants: {
margin: ['responsive', 'first', 'hover', 'focus'],
},
plugins: []
}