Skip to content

Commit bb0f2cf

Browse files
committed
style(typography): sort imports and declarations alphanumerically
1 parent 87d38c9 commit bb0f2cf

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

projects/igniteui-angular/src/lib/core/styles/typography/_typography.scss

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
@import '../components/button/button-theme';
1010
@import '../components/calendar/calendar-theme';
1111
@import '../components/card/card-theme';
12+
@import '../components/charts/data-chart-theme';
13+
@import '../components/charts/financial-chart-theme';
14+
@import '../components/charts/funnel-chart-theme';
15+
@import '../components/charts/gauge-theme';
16+
@import '../components/charts/graph-theme';
17+
@import '../components/charts/shape-chart-theme';
1218
@import '../components/checkbox/checkbox-theme';
1319
@import '../components/chip/chip-theme';
1420
@import '../components/column-hiding/column-hiding-theme';
21+
@import '../components/date-range-picker/date-range-picker-theme';
1522
@import '../components/dialog/dialog-theme';
1623
@import '../components/drop-down/drop-down-theme';
17-
@import '../components/date-range-picker/date-range-picker-theme';
1824
@import '../components/expansion-panel/expansion-panel-theme';
1925
@import '../components/grid/excel-filtering-theme';
2026
@import '../components/input/input-group-theme';
27+
@import '../components/list/list-theme';
2128
@import '../components/navbar/navbar-theme';
2229
@import '../components/navdrawer/navdrawer-theme';
23-
@import '../components/list/list-theme';
2430
@import '../components/radio/radio-theme';
25-
@import '../components/snackbar/snackbar-theme';
2631
@import '../components/slider/slider-theme';
32+
@import '../components/snackbar/snackbar-theme';
2733
@import '../components/switch/switch-theme';
2834
@import '../components/tabs/tabs-theme';
2935
@import '../components/time-picker/time-picker-theme';
3036
@import '../components/toast/toast-theme';
3137
@import '../components/tooltip/tooltip-theme';
32-
@import '../components/charts/data-chart-theme';
33-
@import '../components/charts/financial-chart-theme';
34-
@import '../components/charts/graph-theme';
35-
@import '../components/charts/shape-chart-theme';
36-
@import '../components/charts/funnel-chart-theme';
37-
@import '../components/charts/gauge-theme';
3838

3939
/// @access private
4040
@mixin _igx-typography-styles($font-family, $type-scale) {
@@ -88,37 +88,37 @@
8888
}
8989

9090
// Call the individual component styles with the type scale
91-
@include igx-button-typography($type-scale);
92-
@include igx-bottom-nav-typography($type-scale);
91+
@include _excel-filtering-typography($type-scale);
9392
@include igx-banner-typography($type-scale);
93+
@include igx-bottom-nav-typography($type-scale);
94+
@include igx-button-typography($type-scale);
9495
@include igx-calendar-typography($type-scale);
9596
@include igx-card-typography($type-scale);
9697
@include igx-checkbox-typography($type-scale);
9798
@include igx-chip-typography($type-scale);
9899
@include igx-column-hiding-typography($type-scale);
100+
@include igx-data-chart-typography($type-scale);
101+
@include igx-date-range-typography($type-scale);
99102
@include igx-dialog-typography($type-scale);
100103
@include igx-drop-down-typography($type-scale);
101-
@include igx-date-range-typography($type-scale);
102104
@include igx-expansion-panel-typography($type-scale);
103-
@include _excel-filtering-typography($type-scale);
105+
@include igx-financial-chart-typography($type-scale);
106+
@include igx-funnel-chart-typography($type-scale);
107+
@include igx-gauge-typography();
108+
@include igx-graph-typography();
104109
@include igx-input-group-typography($type-scale);
110+
@include igx-list-typography($type-scale);
105111
@include igx-navbar-typography($type-scale);
106112
@include igx-navdrawer-typography($type-scale);
107-
@include igx-list-typography($type-scale);
108113
@include igx-radio-typography($type-scale);
114+
@include igx-shape-chart-typography($type-scale);
115+
@include igx-slider-typography($type-scale);
109116
@include igx-snackbar-typography($type-scale);
110117
@include igx-switch-typography($type-scale);
111-
@include igx-slider-typography($type-scale);
112118
@include igx-tabs-typography($type-scale);
113119
@include igx-time-picker-typography($type-scale);
114120
@include igx-toast-typography($type-scale);
115121
@include igx-tooltip-typography($type-scale);
116-
@include igx-data-chart-typography($type-scale);
117-
@include igx-financial-chart-typography($type-scale);
118-
@include igx-graph-typography();
119-
@include igx-shape-chart-typography($type-scale);
120-
@include igx-funnel-chart-typography($type-scale);
121-
@include igx-gauge-typography();
122122
}
123123

124124
/// Adds typography styles for h1-h6, paragraph and creates

0 commit comments

Comments
 (0)