tailwindcss-talks-table/tailwind.config.js

8 lines
82 B
JavaScript
Raw Permalink Normal View History

2019-11-22 07:18:47 +00:00
module.exports = {
theme: {
extend: {}
},
variants: {},
plugins: []
}