mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(css): update directive references to classes in css utils (#19941)
This commit is contained in:
committed by
Brandy Carney
parent
9e9f72a87f
commit
d521f65053
@ -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;
|
||||
|
||||
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user