Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting in term of the contributing guidelines. #28845

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions scss/_type.scss
Expand Up @@ -3,6 +3,7 @@
//
// Headings
//

.h1 {
@extend h1;
}
Expand Down Expand Up @@ -58,6 +59,7 @@
//
// Emphasis
//

.small {
@extend small;
}
Expand Down
2 changes: 2 additions & 0 deletions scss/helpers/_position.scss
@@ -1,6 +1,8 @@
// stylelint-disable declaration-no-important

//
// Shorthand
//

.fixed-top {
position: fixed;
Expand Down
4 changes: 4 additions & 0 deletions scss/utilities/_sizing.scss
@@ -1,5 +1,9 @@
// stylelint-disable declaration-no-important

//
// Sizing
//
Copy link
Member

Choose a reason for hiding this comment

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

This is not necessary—please remove.


.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }

Expand Down