Skip to content

Remove some unused styles#5853

Merged
aduth merged 1 commit intomainfrom
aduth-rm-unused-styles-2
Jan 25, 2022
Merged

Remove some unused styles#5853
aduth merged 1 commit intomainfrom
aduth-rm-unused-styles-2

Conversation

@aduth
Copy link
Contributor

@aduth aduth commented Jan 24, 2022

Why: Because they aren't referenced anywhere, they unnecessarily inflate the size of our (quite large) stylesheet.

**Why**: Because they aren't referenced anywhere, they unnecessarily inflate the size of our (quite large) stylesheet.
@include color-list($yellow);
}

.account-list-item {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last referenced: #4169

@import 'form';
@import 'icon';
@import 'list';
@import 'loading';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last referenced: #2452

}
}

.ico-scissors {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last referenced: #2529

}
}

.events-info-box {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last referenced: #4169

width: 300px;
}

.flex-no-shrink {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last referenced: #5820

Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

@aduth aduth merged commit eb9fec7 into main Jan 25, 2022
@aduth aduth deleted the aduth-rm-unused-styles-2 branch January 25, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants