Skip to content

Commit

Permalink
Add text-decoration longhand properties to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
samlh authored Jan 24, 2020
1 parent ad31336 commit febc4ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsanity-0.3.js
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ jSanity = {};
'line-height': 1,
'text-align': 1,
'text-decoration': 1,
'text-decoration-color': 1,
'text-decoration-line': 1,
'text-decoration-style': 1,
'text-decoration-thickness': 1,
'text-indent': 1,
'text-transform': 1,
'unicode-bidi': 1,
Expand Down

0 comments on commit febc4ff

Please sign in to comment.