11 lines
155 B
JavaScript
11 lines
155 B
JavaScript
/*global module*/
|
|
|
|
module.exports = {
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
variants: {
|
|
borderWidth: ['responsive', 'hover', 'focus'],
|
|
},
|
|
plugins: []
|
|
}
|