Skip to content

text-decoration property #192

Answered by layershifter
djayMehrotra asked this question in Q&A
Discussion options

You must be logged in to vote

FYI: I created an issue to create a helper, #193.

Until the helper function is there - you need to use CSS longhands directly, for example:

makeStyles({
  root: {
    // instead textDecoration: 'underline',
    textDecorationLine: 'underline',
  }
})

You can use Chrome/Devtools as a guide, for example:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@djayMehrotra
Comment options

Answer selected by layershifter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants