This commit is contained in:
fireworks88 2021-11-25 22:47:51 +01:00
parent 1405549e08
commit c67bf28236
6 changed files with 2934 additions and 1 deletions

View file

@ -0,0 +1,11 @@
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}