radames's picture
radames HF staff
pagecontent from pipelines
46bd9ac
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', '../pipelines/**/*.py'],
theme: {
extend: {}
},
plugins: []
};