Live2Diff / demo /frontend /tailwind.config.js
leoxing1996
add demo
d16b52d
raw
history blame
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', '../**/*.py'],
theme: {
extend: {}
},
plugins: []
};