NatLibFi/Skosmos

View on GitHub

Showing 1,049 of 1,049 total issues

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-delay , 0)'.</time>
Open

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

Expected (<border-width>{1,4}) but found 'var(--fa-border-width , 0.08em)'.</border-width>
Open

  border-width: var(--fa-border-width, 0.08em);

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

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

Expected RBRACE at line 24, col 3.
Open

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

Expected RBRACE at line 25, col 3.
Open

  --search-button-text: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

  font-size: 4.25em !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

  background-color: var(--dark-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (button.btn.dropdown-toggle::after) is overqualified, just use .btn without element name.
Open

  #search-wrapper button.btn.dropdown-toggle::after {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: #search-wrapper button.btn.dropdown-toggle::after
Open

  #search-wrapper button.btn.dropdown-toggle::after {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Unknown property 'inset'.
Open

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

Expected (<color>) but found 'var(--search-dropdown-toggle-hover-text)'.</color>
Open

  color: var(--search-dropdown-toggle-hover-text);
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 (<color>{1,4}) but found 'var(--search-border)'.</color>
Open

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

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

  #search-wrapper .dropdown-menu {
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

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

Expected ([ <number> | infinite ]#) but found 'var(--fa-animation-iteration-count , infinite)'.</number>
Open

          animation-iteration-count: var(--fa-animation-iteration-count, infinite);

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

.fa-fade {

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

.fa-beat-fade {

Expected (<single-animation-direction>#) but found 'var(--fa-animation-direction , normal)'.</single-animation-direction>
Open

          animation-direction: var(--fa-animation-direction, normal);
Severity
Category
Status
Source
Language