vac.dev-experimental-old/tailwind.config.js

8 lines
82 B
JavaScript
Raw Normal View History

2017-11-19 10:46:43 -06:00
module.exports = {
2019-05-15 17:16:02 -05:00
theme: {
extend: {}
2017-11-19 10:46:43 -06:00
},
2019-05-15 17:16:02 -05:00
variants: {},
plugins: []
2017-11-19 10:46:43 -06:00
}