mirror of
https://github.com/google/pebble.git
synced 2025-11-30 11:12:22 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
8
third_party/bourbon/addons/_word-wrap.scss
vendored
Normal file
8
third_party/bourbon/addons/_word-wrap.scss
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@mixin word-wrap($wrap: break-word) {
|
||||
word-wrap: $wrap;
|
||||
|
||||
@if $wrap == break-word {
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user