UNPKG

@miyagi/core

Version:

miyagi is a component development tool for JavaScript template engines.

22 lines (18 loc) 313 B
.Spacings { display: flex; flex-direction: column; align-items: flex-start; } .Spacings-item:not(:first-child) { margin-top: 3em; } .Spacings-button { color: inherit; } .Spacings-button::before { height: var(--spacing); width: var(--spacing); background: currentcolor; content: ""; display: block; }