1
0
Fork 0
sortable-recipes/ember-ui-modern/app/tailwind/config.js
2020-03-02 09:26:23 -06:00

11 lines
155 B
JavaScript

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