Skip to main content
Question

What does this "6x" mean for wrap logic in Dev Mode?

  • January 18, 2024
  • 2 replies
  • 345 views

Hi friends! I have a quick question:
When inspecting in dev mode, I noticed a gap value displayed as β€œ6x” with an info icon. This container is set to wrap, and the actual gap size is 24px.

Do you guys know what the meaning of β€œ6x” in this context? And how could I expand the info icon to learn more?

Thanks in advance! 🙂

This topic has been closed for replies.

2 replies

IraX
  • Power Member
  • January 18, 2024

It’s a suggested variable based on whatever value is applied as the gap; because somewhere you have a variable called 6x with that value.

This is explained in Dev Mode under Layout.


  • Author
  • September 22, 2024

Got it! Thanks so much!!