May I suggest:
Full to Fill Parent Width
Screen to Fill Device Width
Breakpoint to ‘Wd’ or ‘Ht’ at Breakpoint Sizing
Theme Spacing - I’m assuming it’s set in theme, but containers will probably be set at different sizes based on users needs and won’t need a general size so why not eliminate this and just use Wd/Ht at Breakpoint Sizing?
And in Sizing same changes and Theme Spacing to Custom
We’re using Tailwind’s syntax here, this makes it easier to understand and work with, especially if you’re already familiar with Tailwind. Instead of creating custom abstractions, which could add unnecessary complexity, we’re sticking with Tailwind’s conventions.
Those values are based on the ones you setup or configure in the Theme Studio.
By keeping things close to Tailwind’s native syntax, we ensure better consistency, maintainability, and flexibility when styling layouts. Hope that helps!