real-time-model / frontend /tailwind.config.js
FagerholmEmil
Update README with comprehensive documentation for Real-Time Latent Consistency Model
5ea361f
raw
history blame contribute delete
180 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', '../pipelines/**/*.py'],
theme: {
extend: {}
},
plugins: []
};