summaryrefslogblamecommitdiffstatshomepage
path: root/frontend/tailwind.config.cjs
blob: d8b37768b12bd870e76c6fae3b7ebf524897e2ce (plain) (tree)
1
2
3
4

                                           
                                                   
  
/** @type {import('tailwindcss').Config} */
module.exports = {
	content: ['./src/**/*.{html,js,svelte,ts}']
};