mirror of
https://github.com/google/pebble.git
synced 2025-08-22 23:17:22 -04:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue