From d521f65053f365e956d7574f1e8f6acc31d68dff Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Mon, 18 Nov 2019 23:08:40 +0000 Subject: [PATCH] docs(css): update directive references to classes in css utils (#19941) --- core/src/css/text-alignment.scss | 2 +- core/src/css/text-transformation.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/css/text-alignment.scss b/core/src/css/text-alignment.scss index a5c03acc606..9fd7e56e91b 100644 --- a/core/src/css/text-alignment.scss +++ b/core/src/css/text-alignment.scss @@ -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; diff --git a/core/src/css/text-transformation.scss b/core/src/css/text-transformation.scss index 9ae66e80939..f05a494507b 100644 --- a/core/src/css/text-transformation.scss +++ b/core/src/css/text-transformation.scss @@ -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 */