[READ-ONLY] Mirror of https://github.com/danielroe/firstcommit.is. Find your first open-source commit on GitHub firstcommit.is
api commit github nuxt oauth
0

Configure Feed

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

firstcommit.is / tailwind.config.ts
197 B 10 lines
1import type { Config } from 'tailwindcss' 2export default { 3 theme: { 4 extend: { 5 fontFamily: { 6 cal: ['Cal Sans', 'Cal Sans fallback'] 7 } 8 } 9 } 10} satisfies Partial<Config>