Add stylelint

This commit is contained in:
Vendicated 2023-01-30 05:02:17 +01:00
parent fce7d6b681
commit 62f7e4d45c
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
11 changed files with 773 additions and 32 deletions

View file

@ -94,6 +94,7 @@
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
/* stylelint-disable-next-line property-no-unknown */
box-orient: vertical;
}
@ -132,6 +133,6 @@
margin-top: 0.5em;
}
.vc-plugins-info-button svg:not(:hover):not(:focus) {
.vc-plugins-info-button svg:not(:hover, :focus) {
color: var(--text-muted);
}

View file

@ -16,9 +16,8 @@
gap: 1em;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
flex-grow: 1;
flex-direction: row;
flex-flow: row wrap;
margin-bottom: 1em;
}