Skip to content

Commit

Permalink
feat: add new custom tailwind specifics
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Jan 22, 2024
1 parent b923aa1 commit 94ff537
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@ const config: Config = {
'opaque-rb': 'rgba(3, 0, 28, 0.8)'
},
fontFamily: {
poppins: ['Poppins', 'sans-serif']
}

default: ['Poppins', 'sans-serif']
},
container: {
center: true,
},
screens: {
'xs': '475px',
'premium': '1920px',
},
boxShadow: {
'gradient': '0px 0px 100px 100px rgba(3, 0, 28, 0.3)',
},
},
},
plugins: [],
Expand Down

0 comments on commit 94ff537

Please sign in to comment.