linkylinky-chrome/tailwind.config.js

14 lines
182 B
JavaScript
Raw Normal View History

2021-08-14 12:53:54 +00:00
module.exports = {
2021-08-17 18:15:53 +00:00
purge: [
'./index.html'
],
2021-08-14 12:53:54 +00:00
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}