docs(css): update directive references to classes in css utils (#19941)

This commit is contained in:
Matthew Harris
2019-11-18 23:08:40 +00:00
committed by Brandy Carney
parent 9e9f72a87f
commit d521f65053
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
$infix: breakpoint-infix($breakpoint, $screen-breakpoints);
@include media-breakpoint-up($breakpoint, $screen-breakpoints) {
// Provide `[text-{bp}]` attributes for aligning the text based
// Provide `.ion-text-{bp}` classes for aligning the text based
// on the breakpoint
.ion-text#{$infix}-center {
text-align: center !important;

View File

@ -10,7 +10,7 @@
$infix: breakpoint-infix($breakpoint, $screen-breakpoints);
@include media-breakpoint-up($breakpoint, $screen-breakpoints) {
// Provide `[text-{bp}]` attributes for transforming the text based
// Provide `.ion-text-{bp}` classes for transforming the text based
// on the breakpoint
.ion-text#{$infix}-uppercase {
/* stylelint-disable-next-line declaration-no-important */