Skip to content

Commit

Permalink
Updating global styles tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Nov 9, 2022
1 parent 863d9ae commit 72d4a38
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -711,7 +711,7 @@ describe( 'global styles renderer', () => {
},
typography: {
fontFamily: 'sans-serif',
fontSize: '15px',
fontSize: '17px',
},
};

Expand All @@ -725,7 +725,7 @@ describe( 'global styles renderer', () => {
'--wp--style--root--padding-left: 33px',
'background-color: var(--wp--preset--color--light-green-cyan)',
'font-family: sans-serif',
'font-size: 15px',
'font-size: 17px',
] );
} );

Expand All @@ -739,7 +739,7 @@ describe( 'global styles renderer', () => {
'padding-bottom: 33px',
'padding-left: 33px',
'font-family: sans-serif',
'font-size: 15px',
'font-size: 17px',
] );
} );

Expand All @@ -757,7 +757,7 @@ describe( 'global styles renderer', () => {
'padding-bottom: 33px',
'padding-left: 33px',
'font-family: sans-serif',
'font-size: 15px',
'font-size: 17px',
] );
} );

Expand All @@ -782,7 +782,7 @@ describe( 'global styles renderer', () => {
'padding-bottom: 33px',
'padding-left: 33px',
'font-family: sans-serif',
'font-size: clamp(14px, 0.875rem + ((1vw - 7.68px) * 0.12), 15px)',
'font-size: clamp(16px, 1rem + ((1vw - 7.68px) * 0.12), 17px)',
] );
} );

Expand All @@ -807,7 +807,7 @@ describe( 'global styles renderer', () => {
'padding-bottom: 33px',
'padding-left: 33px',
'font-family: sans-serif',
'font-size: 15px',
'font-size: 17px',
] );
} );
} );
Expand Down

0 comments on commit 72d4a38

Please sign in to comment.