Skip to content

Commit

Permalink
feat: overflow-wrap to dict
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Aug 4, 2020
1 parent 1ee50cd commit b7b3e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,6 @@ Atomize aliases are short names for each css rule
| *widows* | `wid` |
| *writing-mode* | `wm` |
| *word-wrap* | `wow` |
| *overflow-wrap* | `none` |
| *zoom* | `zom` |
| *fill* | `fil` |
1 change: 1 addition & 0 deletions src/constants/dict.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ const dict = {
widows: { alias: 'wid', type: 'string' },
'writing-mode': { alias: 'wm', type: 'string' },
'word-wrap': { alias: 'wow', type: 'string' },
'overflow-wrap': { type: 'string' },
zoom: { alias: 'zom', type: 'string' },
fill: { alias: 'fil', type: 'string' },
};
Expand Down

0 comments on commit b7b3e46

Please sign in to comment.