consul/consul

View on GitHub

Showing 2,521 of 2,521 total issues

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

      color: #fff;

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

  color: rgba(255, 255, 255, 0.5);

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

      .orbit-bullets {

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

      &.description {

Properties should be ordered background, clip-path, height, margin-top
Open

    clip-path: ellipse(60% 80% at 50% 0%);

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

      &.is-active {

Merge rule .tabs-title > a with rule on line 342
Open

  .tabs-title > a {

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

    a img {

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

    ul li {

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

  background: #00a5f1;

Merge rule .button.button-twitter with rule on line 122
Open

.button.button-twitter {

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

  background: #3b5998;

Selector ssb-whatsapp_app should be written in lowercase with hyphens
Open

.ssb-whatsapp_app {

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

      background: rgba(255, 241, 204, 1);

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

      .orbit-wrapper {

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

      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);

0.75 should be written without a leading zero as .75
Open

    @include flex-with-gap($line-height * 0.75);

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

        &:hover,

Property color already defined on line 138
Open

    color: var(--anchor-color-hover, $hover-color);

0.4 should be written without a leading zero as .4
Open

  color: rgba(0, 0, 0, 0.4);
Severity
Category
Status
Source
Language