picRan/tailwind.config.js

13 lines
166 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/*.js"
],
theme: {
extend: {},
},
plugins: [],
}