NatLibFi/Skosmos

View on GitHub

Showing 1,049 of 1,049 total issues

Rule doesn't have all its properties in alphabetical order.
Open

.fa-flip {

Expected ([ normal | alternate ]#) but found 'var(--fa-animation-direction , normal)'.
Open

  -webkit-animation-direction: var(--fa-animation-direction, normal);

Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time>
Open

  -webkit-animation-duration: var(--fa-animation-duration, 1s);

Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time>
Open

          animation-duration: var(--fa-animation-duration, 1s);

Rule doesn't have all its properties in alphabetical order.
Open

.fa-spin {

Expected (<time>#) but found 'var(--fa-animation-delay , 0)'.</time>
Open

  -webkit-animation-delay: var(--fa-animation-delay, 0);

The property -ms-transform is compatible with -webkit-transform and should be included as well.
Open

  -webkit-transform: rotate(90deg);

Expected (<color>) but found 'var(--fa-inverse , #fff)'.</color>
Open

  color: var(--fa-inverse, #fff); }

Rule doesn't have all its properties in alphabetical order.
Open

.sr-only-focusable:not(:focus),

Rule doesn't have all its properties in alphabetical order.
Open

@font-face {
Severity: Minor
Found in resource/fontawesome/css/solid.css by csslint

Rule is empty.
Open

:root {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 37, col 3.
Open

  --font-family-heading: 'EB Garamond', serif;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-bg-1)'.</color>
Open

    background-color: var(--topbar-bg-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Values of 0 shouldn't have units specified.
Open

    inset: -3px auto auto 0px !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-bg)'.</color>
Open

    background-color: var(--search-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

  border-radius: var(--fa-border-radius, 0.1em);

Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time>
Open

  -webkit-animation-duration: var(--fa-animation-duration, 1s);

Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time>
Open

          animation-duration: var(--fa-animation-duration, 1s);

Expected (<time>#) but found 'var(--fa-animation-delay , 0)'.</time>
Open

          animation-delay: var(--fa-animation-delay, 0);

Expected (<time>#) but found 'var(--fa-animation-delay , 0)'.</time>
Open

          animation-delay: var(--fa-animation-delay, 0);
Severity
Category
Status
Source
Language