fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 8 lines 176 B view raw
1import type { Config } from 'tailwindcss'; 2 3export default { 4 content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], 5 theme: { 6 extend: {}, 7 }, 8} satisfies Config;