dm/app-dm/tailwind.config.js

12 lines
167 B
JavaScript
Raw Permalink Normal View History

2024-06-19 13:13:34 +08:00
//taliwind.config.js
module.exports = {
purge:[],
darkMode:false, // or 'media' or 'class'
theme:{
extend:{},
},
variants:{},
plugin:[],
}