Skip to content

Commit

Permalink
✨ Add xs breakpoint in tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilovy09 committed Nov 24, 2024
1 parent 7d07acb commit 9603e9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const config: Config = {
"dark-fg": '#151515',
"fg": '#FCFCFC'
},
screens: {
xs: '300px',
},
},
},
plugins: [],
Expand Down

0 comments on commit 9603e9d

Please sign in to comment.