rimajon-vue/tailwind.config.js

13 lines
189 B
JavaScript
Raw Normal View History

2024-05-06 21:41:41 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}