Remove empty rules

This commit is contained in:
Cory LaViska
2020-12-23 10:48:06 -05:00
parent 11846f307d
commit 32624b74fe

View File

@@ -55,16 +55,6 @@
align-items: center;
}
.button__prefix ::slotted(:first-child) {
// margin-left: calc(-1 * var(--sl-spacing-x-small));
// margin-right: var(--sl-spacing-x-small);
}
.button__suffix ::slotted(:last-child) {
// margin-left: var(--sl-spacing-x-small);
// margin-right: calc(-1 * var(--sl-spacing-x-small));
}
.button__label {
::slotted(sl-icon) {
vertical-align: -2px;