Showing 1,049 of 1,049 total issues
Rule doesn't have all its properties in alphabetical order. Open
Open
.fa-flip {
- Exclude checks
Expected ([ normal | alternate ]#) but found 'var(--fa-animation-direction , normal)'. Open
Open
-webkit-animation-direction: var(--fa-animation-direction, normal);
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time> Open
Open
-webkit-animation-duration: var(--fa-animation-duration, 1s);
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time> Open
Open
animation-duration: var(--fa-animation-duration, 1s);
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.fa-spin {
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-delay , 0)'.</time> Open
Open
-webkit-animation-delay: var(--fa-animation-delay, 0);
- Exclude checks
The property -ms-transform is compatible with -webkit-transform and should be included as well. Open
Open
-webkit-transform: rotate(90deg);
- Exclude checks
Expected (<color>) but found 'var(--fa-inverse , #fff)'.</color> Open
Open
color: var(--fa-inverse, #fff); }
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.sr-only-focusable:not(:focus),
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
@font-face {
- Exclude checks
Rule is empty. Open
Open
:root {
- Exclude checks
Expected RBRACE at line 37, col 3. Open
Open
--font-family-heading: 'EB Garamond', serif;
- Exclude checks
Expected (<color>) but found 'var(--topbar-bg-1)'.</color> Open
Open
background-color: var(--topbar-bg-1);
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
inset: -3px auto auto 0px !important;
- Exclude checks
Expected (<color>) but found 'var(--search-bg)'.</color> Open
Open
background-color: var(--search-bg);
- Exclude checks
Expected (<nonnegative-length-or-percentage>{1,4} [ / <nonnegative-length-or-percentage>{1,4} ]?) but found 'var(--fa-border-radius , 0.1em)'.</nonnegative-length-or-percentage></nonnegative-length-or-percentage> Open
Open
border-radius: var(--fa-border-radius, 0.1em);
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time> Open
Open
-webkit-animation-duration: var(--fa-animation-duration, 1s);
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time> Open
Open
animation-duration: var(--fa-animation-duration, 1s);
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-delay , 0)'.</time> Open
Open
animation-delay: var(--fa-animation-delay, 0);
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-delay , 0)'.</time> Open
Open
animation-delay: var(--fa-animation-delay, 0);
- Exclude checks