streamv2v_demo / frontend /tailwind.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
original code by JeffLiang and Radames
51669fc
raw
history blame
No virus
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', '../**/*.py'],
theme: {
extend: {}
},
plugins: []
};