Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 3e36555

Browse files
ALMaclaineabhiomkar
authored andcommitted
fix(top-app-bar): Move comment line to appropriate section (#4610)
1 parent bb25680 commit 3e36555

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/mdc-top-app-bar/_mixins.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
}
7171
}
7272

73+
//
74+
// Private
75+
//
76+
7377
@mixin mdc-top-app-bar-mobile-breakpoint_($mobile-breakpoint: $mdc-top-app-bar-mobile-breakpoint) {
7478
@media (max-width: $mobile-breakpoint) {
7579
.mdc-top-app-bar__row {
@@ -104,10 +108,6 @@
104108
}
105109
}
106110

107-
//
108-
// Private
109-
//
110-
111111
// Applies styles to the different types of icons that can exist in top-app-bars.
112112
// Both .mdc-top-app-bar__icon and .mdc-top-app-bar__navigation-icon share all styles except for
113113
// horizontal padding.

0 commit comments

Comments
 (0)