Showing 1,049 of 1,049 total issues
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-delay , 0)'.</time> Open
Open
animation-delay: var(--fa-animation-delay, 0);
- Exclude checks
Expected (<border-width>{1,4}) but found 'var(--fa-border-width , 0.08em)'.</border-width> Open
Open
border-width: var(--fa-border-width, 0.08em);
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-delay , 0)'.</time> Open
Open
-webkit-animation-delay: var(--fa-animation-delay, 0);
- Exclude checks
Expected RBRACE at line 24, col 3. Open
Open
--search-button-bg: var(--dark-color);
- Exclude checks
Expected RBRACE at line 25, col 3. Open
Open
--search-button-text: var(--white-color);
- Exclude checks
Use of !important Open
Open
font-size: 4.25em !important;
- Exclude checks
Expected (<color>) but found 'var(--dark-color)'.</color> Open
Open
background-color: var(--dark-color) !important;
- Exclude checks
Element (button.btn.dropdown-toggle::after) is overqualified, just use .btn without element name. Open
Open
#search-wrapper button.btn.dropdown-toggle::after {
- Exclude checks
Adjoining classes: #search-wrapper button.btn.dropdown-toggle::after Open
Open
#search-wrapper button.btn.dropdown-toggle::after {
- Exclude checks
Unknown property 'inset'. Open
Open
inset: -3px auto auto 0px !important;
- Exclude checks
Expected (<color>) but found 'var(--search-dropdown-toggle-hover-text)'.</color> Open
Open
color: var(--search-dropdown-toggle-hover-text);
- Exclude checks
Expected (<color>) but found 'var(--search-bg)'.</color> Open
Open
background-color: var(--search-bg);
- Exclude checks
Expected (<color>{1,4}) but found 'var(--search-border)'.</color> Open
Open
border-color: var(--search-border);
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#search-wrapper .dropdown-menu {
- Exclude checks
Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time> Open
Open
animation-duration: var(--fa-animation-duration, 1s);
- Exclude checks
Expected ([ <number> | infinite ]#) but found 'var(--fa-animation-iteration-count , infinite)'.</number> Open
Open
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.fa-fade {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.fa-beat-fade {
- Exclude checks
Expected (<single-animation-direction>#) but found 'var(--fa-animation-direction , normal)'.</single-animation-direction> Open
Open
animation-direction: var(--fa-animation-direction, normal);
- Exclude checks