lisa-on-cuda / static /tailwind.config.js
alessandro trinca tornidor
feat: add static files (vue3/tailwindcss frontend)
15d84c8
raw
history blame
191 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}',
],
darkMode: 'class',
theme: {
extend: {},
}
}