Skip to content

Commit be77783

Browse files
committed
Merge branch 'igniteui-angular-6613' of github.com:IgniteUI/igniteui-angular into igniteui-angular-6613
2 parents 751d2f3 + 02819c7 commit be77783

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
}
8383

8484
// Add native element typographic styles.
85-
// @if $e != null {
86-
// #{$e} {
87-
// @extend %#{$category};
88-
// }
89-
// }
85+
@if $e != null {
86+
#{$e} {
87+
@extend %#{$category};
88+
}
89+
}
9090

9191
// Add class selector typographic styles.
9292
@include e(#{$category}) {

0 commit comments

Comments
 (0)