1
0
Fork 0
sortable-recipes/app/tailwind/config.js
Ava Gaiety Wroten 7be33250e1 Focus styles
2019-12-22 22:43:19 -06:00

11 lines
155 B
JavaScript

/*global module*/
module.exports = {
theme: {
extend: {}
},
variants: {
borderWidth: ['responsive', 'hover', 'focus'],
},
plugins: []
}