Skip to content

Commit

Permalink
REVERT ME
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Aug 28, 2021
1 parent 7f52489 commit 8ccb36f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/global_styling/mixins/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
@include euiTextBreakWord;
color: $euiTitleColor;

// REMOVE ME
&::after {
content: 'This_is_a_really_long_word_to_test_what_happens_to_every_use_of_euiTitle()_mixin_that_exists_in_any_component';
}
// FOR TESTING ONLY

@if (map-has-key($euiTitles, $size)) {
@each $property, $value in map-get($euiTitles, $size) {
@if ($property == 'font-size') {
Expand Down

0 comments on commit 8ccb36f

Please sign in to comment.