Skip to content

Commit

Permalink
lint (property order)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Sep 5, 2019
1 parent 0951e27 commit c3b639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@

/* Force long "words" to wrap if they exceed the width of the container */
.break-word {
word-break: break-word !important;
// this is for backwards compatibility with browsers that don't respect overflow-wrap
word-wrap: break-word !important;
word-break: break-word !important;
overflow-wrap: break-word !important;
}

Expand Down

0 comments on commit c3b639a

Please sign in to comment.