Skip to content

[BUG] Possibly inconsistent ordering of classes in FL.com #514

Open
@korbinancell

Description

Describe the bug
On different environments and/ or versions of styled-ui we are getting different orders of classes on styled components.

image

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

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions