1
0
Fork 0
sortable-recipes/ember-ui/app/tailwind/config.js
Ava Gaiety Wroten 84a1e7d972 Backend
2019-12-24 16:52:05 -06:00

11 lines
155 B
JavaScript

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