Skip to content
Discussion options

You must be logged in to vote

It is possible, but the missing piece is that you also need to define --frame-sm on its own.

This is how we define a line-height in the framework:

  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);

Notice how we both have the --text-xs and then the additional information.

So in your case, if you add --frame-sm: …; then it should work as expected, see: https://play.tailwindcss.com/IABpbnYko7?file=css

That said, the fact that you would not be using --frame-sm at all might be a bug 🤔

Replies: 2 comments 2 replies

Comment options

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

Comment options

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

Answer selected by jacksleight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants