Skip to content

Commit

Permalink
docs(css): update directive references to classes in css utils (ionic…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpHarry authored and brandyscarney committed Nov 18, 2019
1 parent 9e9f72a commit d521f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/css/text-alignment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion core/src/css/text-transformation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d521f65

Please sign in to comment.