gsoft-inc/wl-hopper

Stack and Inline tokens should not be a shorthand value

Closed this issue · 1 comments

As Stack and Inline tokens should be used with margin and gap, these should be a single value e.g. --hop-space-stack-xl: 2rem is the intended final value as it would be used like this:

.component {
    margin-right: var(--hop-space-stack-xl);
}

Fixed on 0.2.0