2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 15:50:56 +00:00
books/tailwind.config.js

13 lines
222 B
JavaScript
Raw Normal View History

module.exports = {
theme: {
2019-10-04 17:55:28 +00:00
fontFamily: {
'sans': ['Inter var experimental', 'sans-serif'],
},
extend: { }
},
variants: {
margin: ['responsive', 'first', 'hover', 'focus'],
},
plugins: []
}