backend-server-v2/web_components/tailwind.config.js

13 lines
221 B
JavaScript

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