Use spacing token

pull/224/head
Cory LaViska 2020-09-14 17:07:09 -04:00
rodzic ed393f169e
commit b3793752b7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -179,7 +179,7 @@ Create interactive toolbars with button groups.
<style>
.button-group-toolbar sl-button-group:not(:last-of-type) {
margin-right: .5rem;
margin-right: var(--sl-spacing-x-small);
}
</style>
```