Guest User

Untitled

a guest
May 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. * {
  2. text-decoration-skip-ink: none;
  3. }
  4.  
  5. /* Single keyword */
  6. text-decoration-skip-ink: none;
  7. text-decoration-skip-ink: auto;
  8.  
  9. /* Global keywords */
  10. text-decoration-skip: inherit;
  11. text-decoration-skip: initial;
  12. text-decoration-skip: unset;
Add Comment
Please, Sign In to add comment