Open
Description
Describe the bug
On different environments and/ or versions of styled-ui we are getting different orders of classes on styled components.
To Reproduce
Steps to reproduce the behavior:
Have a styled Tab.Panel where you set display: flex
export const EventPanel = styled(Tab.Panel).attrs({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
paddingX: 6,
paddingTop: 5,
paddingBottom: 6,
})`
width: 100%;
`;
Have it work on sui v6.7.0 and not work on v6.8.1