diretto/tailwind.config.js

8 lines
82 B
JavaScript
Raw Normal View History

2019-06-26 21:10:30 +02:00
module.exports = {
2019-06-26 21:55:59 +02:00
theme: {
extend: {}
2019-06-26 21:10:30 +02:00
},
2019-06-26 21:55:59 +02:00
variants: {},
plugins: []
2019-06-26 21:10:30 +02:00
}