Skip to content

Commit

Permalink
Tailwind: Add transition proprieties
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli committed Jun 14, 2024
1 parent e3588e5 commit c9f0983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ module.exports = {
colors: {
critical: '#7F34CF',
},
transitionProperty: {
height: 'height',
spacing: 'margin, padding',
},
screens: {
'xs': { max: '719px' }, // Extra small devices (5-6" mobile screens in landscape)
'sm': { min: '720px', max: '979px' }, // Small devices (6-7" mobile screens in landscape)
Expand Down

0 comments on commit c9f0983

Please sign in to comment.