fork of hey-api/openapi-ts because I need some additional things
at main 9 lines 191 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;