consul/consul

View on GitHub

Showing 2,534 of 2,534 total issues

Nesting should be no greater than 3, but was 4
Open

        &:hover,

Selector should have depth of applicability no greater than 3, but was 4
Open

    a img {

!important should not be used
Open

    font-family: "Lato" !important;

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: #fff;

Color literals like #3b5998 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #3b5998;

Color literals like #fafafa should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: #fafafa;

Selector should have depth of applicability no greater than 3, but was 4
Open

    .card a {

0.3 should be written without a leading zero as .3
Open

        transition-duration: 0.3s;

Color literals like rgba(0, 0, 0, 0) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 1) 100%);

Nesting should be no greater than 3, but was 4
Open

      option {

Color literals like #d0d1d5 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  border-color: #e5e6e9 #dfe0e4 #d0d1d5;

Color literals like #fafafa should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: #fafafa;

Prefer single quoted strings
Open

@import "comments/**/*";

Prefer single quoted strings
Open

@import "documents/**/*";

Prefer single quoted strings
Open

@import "moderation/**/*";

Properties should be ordered display, flex, flex-direction, min-height, padding
Open

      padding: 0 rem-calc(12) rem-calc(6);

Nesting should be no greater than 3, but was 4
Open

      &[aria-selected="true"],

Color literals like #fbfbfb should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: #fbfbfb;

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      box-shadow: -16px 61px 49px -19px rgba(0, 0, 0, 0.1);

Prefer single quoted strings
Open

      content: "";
Severity
Category
Status
Source
Language