Avatar / frontend /tailwind.config.js
DataSage12's picture
Initial commit - HOLOKIA-AVATAR v2.2
de63014
raw
history blame contribute delete
138 Bytes
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {}
},
plugins: [],
}