fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 187 B view raw
1import type { Config } from 'tailwindcss' 2 3export default { 4 content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], 5 plugins: [], 6 theme: { 7 extend: {} 8 } 9} satisfies Config