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

8 lines
82 B
JavaScript
Raw Normal View History

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