8 lines
153 B
JavaScript

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