sugoi-v4 / tailwind.config.js
playmak3r's picture
install tailwindcss
796d3e2
raw
history blame
126 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
}