manual lint

This commit is contained in:
Henry Jameson 2025-03-31 13:05:28 +03:00
commit d9931bd8e4
11 changed files with 33 additions and 11 deletions

View file

@ -152,7 +152,13 @@
transition: mask-size 150ms;
mask-size: 100% 20px, 100% 20px, auto;
// Autoprefixed seem to ignore this one, and also syntax is different
/* stylelint-disable mask-composite */
/* stylelint-disable declaration-property-value-no-unknown */
/* TODO check if this is still needed */
mask-composite: xor;
/* stylelint-enable declaration-property-value-no-unknown */
/* stylelint-enable mask-composite */
mask-composite: exclude;
&.scrolled {

View file

@ -3,7 +3,7 @@
border-bottom: 1px solid;
border-color: var(--border);
word-wrap: break-word;
word-break: break-word;
word-break: break-all;
&.Status {
/* stylelint-disable-next-line declaration-no-important */

View file

@ -26,7 +26,7 @@
align-items: center;
padding: 0.1em 0.25em;
z-index: 1;
word-break: break-word;
word-break: break-all;
}
.result-percentage {

View file

@ -16,7 +16,6 @@
content: "";
position: absolute;
inset: -1px;
z-index: -1px;
box-shadow: var(--_shadow);
pointer-events: none;
}

View file

@ -18,7 +18,6 @@
dd {
text-overflow: ellipsis;
word-wrap: nowrap;
white-space: nowrap;
overflow-x: hidden;
max-width: 10em;

View file

@ -84,7 +84,7 @@
> li {
margin: 1em 0;
line-height: 1.5em;
vertical-align: center;
vertical-align: middle;
}
&.two-column {

View file

@ -187,7 +187,7 @@
.state-selector,
.variant-selector {
display: grid;
grid-template-columns: 1fr minmax(1fr, 10em);
grid-template-columns: 1fr minmax(10em, 1fr);
grid-template-rows: auto;
grid-auto-flow: column;
grid-gap: 0.5em;

View file

@ -2,7 +2,7 @@
min-width: 0;
white-space: normal;
word-wrap: break-word;
word-break: break-word;
word-break: break-all;
&:hover {
--_still-image-img-visibility: visible;

View file

@ -15,7 +15,7 @@
white-space: pre-wrap;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
word-break: break-all;
line-height: var(--post-line-height);
}
@ -70,7 +70,13 @@
linear-gradient(to top, white, white);
/* Autoprefixed seem to ignore this one, and also syntax is different */
/* stylelint-disable mask-composite */
/* stylelint-disable declaration-property-value-no-unknown */
/* TODO check if this is still needed */
mask-composite: xor;
/* stylelint-enable declaration-property-value-no-unknown */
/* stylelint-enable mask-composite */
mask-composite: exclude;
}
}
@ -109,7 +115,7 @@
}
&.-compact {
align-items: top;
align-items: start;
flex-direction: row;
--emoji-size: calc(var(--emojiSize, 32px) / 2);
@ -130,7 +136,13 @@
mask-image: linear-gradient(to bottom, white 2em, transparent 3em);
/* Autoprefixed seem to ignore this one, and also syntax is different */
/* stylelint-disable mask-composite */
/* stylelint-disable declaration-property-value-no-unknown */
/* TODO check if this is still needed */
mask-composite: xor;
/* stylelint-enable declaration-property-value-no-unknown */
/* stylelint-enable mask-composite */
mask-composite: exclude;
}

View file

@ -43,7 +43,7 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding-bottom: 99px;
margin-bottom: 6px - 99px;
margin-bottom: calc(6px - 99px);
}
}

View file

@ -26,7 +26,13 @@
linear-gradient(to top, white, transparent) bottom no-repeat,
linear-gradient(to top, white, white);
// Autoprefixer seem to ignore this one, and also syntax is different
/* stylelint-disable mask-composite */
/* stylelint-disable declaration-property-value-no-unknown */
/* TODO check if this is still needed */
mask-composite: xor;
/* stylelint-enable declaration-property-value-no-unknown */
/* stylelint-enable mask-composite */
mask-composite: exclude;
background-size: cover;
mask-size: 100% 60%;
@ -155,7 +161,7 @@
}
.bottom-line {
font-weight: light;
font-weight: lighter;
font-size: 1.1em;
align-items: baseline;