Files
hereconnect/tailwind.config.js
T
ti 660f7e18d9
Main daploy / deploy (push) Successful in 33s
replace ElementPlus to PrimeVue, update TheWelcome
2024-11-14 15:26:56 +02:00

9 lines
203 B
JavaScript

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