Showing 1,049 of 1,049 total issues
Expected (<opacity-value>) but found 'var(--fa-fade-opacity , 0.4)'.</opacity-value> Open
Open
opacity: var(--fa-fade-opacity, 0.4); } }
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.sr-only,
- Exclude checks
Expected RBRACE at line 7, col 3. Open
Open
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
@font-face {
- Exclude checks
Expected RBRACE at line 15, col 3. Open
Open
--sidebar-search-text: var(--white-color);
- Exclude checks
Expected RBRACE at line 22, col 3. Open
Open
--search-bg: var(--white-color);
- Exclude checks
Expected (<color>) but found 'var(--dark-color)'.</color> Open
Open
color: var(--dark-color);
- Exclude checks
Expected (<color>) but found 'var(--topbar-text-2)'.</color> Open
Open
color: var(--topbar-text-2);
- Exclude checks
Use of !important Open
Open
color: var(--topbar-text-2) !important;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#search-wrapper ul {
- Exclude checks
Expected (<opacity-value>) but found 'var(--fa-fade-opacity , 0.4)'.</opacity-value> Open
Open
opacity: var(--fa-fade-opacity, 0.4); } }
- Exclude checks
Unknown property 'font-display'. Open
Open
font-display: block;
- Exclude checks
Use of !important Open
Open
font-size: 2.75em !important;
- Exclude checks
Expected (<color>) but found 'var(--topbar-bg-2)'.</color> Open
Open
background-color: var(--topbar-bg-2);
- Exclude checks
Expected (<color>) but found 'var(--topbar-text-1)'.</color> Open
Open
color: var(--topbar-text-1);
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#multi-search-toggle::after {
- Exclude checks
Expected (<color>) but found 'var(--headerbar-text-2)'.</color> Open
Open
background-color: var(--headerbar-text-2);
- Exclude checks
The property -ms-transform is compatible with -webkit-transform and should be included as well. Open
Open
-webkit-transform: rotate(180deg);
- Exclude checks
The property -ms-transform is compatible with -webkit-transform and should be included as well. Open
Open
-webkit-transform: scale(1, -1);
- Exclude checks
Expected (<integer> | auto) but found 'var(--fa-stack-z-index , auto)'.</integer> Open
Open
z-index: var(--fa-stack-z-index, auto); }
- Exclude checks