araozu.dev/tailwind.config.js

12 lines
149 B
JavaScript
Raw Normal View History

2023-11-18 01:52:14 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
],
theme: {
extend: {},
},
plugins: [],
}