LEARNING BY VUEING

Like inline styles?
4 / 17

No, there are design constraints! E.g. to get bottom padding you pick from the available sizes (see editor). That means no need to think about every pixel or color you put on the page.

As a side effect you end up with a consistent design... Out of the Box!

Finally, with inline styles you can't have media queries and pseudo classes...

Try changing the wrapper element to item-end, remove the padding and instead use height classes (h-1, h-2, ...).