Skip to content

Commit

Permalink
refactor: Remove duplicate container entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmift committed May 19, 2024
1 parent 82364fb commit 54644af
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,6 @@ module.exports = {
'4xl': '48px',
'5xl': '60px',
},
container: {
padding: {
DEFAULT: '1rem',
sm: '2rem',
lg: '4rem',
xl: '5rem',
'2xl': '6rem',
},
},
},
plugins: [require('tailwindcss-animate')],
safelist: ['bg-gradient-to-r'],
Expand Down

0 comments on commit 54644af

Please sign in to comment.