consul/consul

View on GitHub

Showing 2,521 of 2,521 total issues

Properties should be ordered color, line-height, margin-left, text-decoration, vertical-align
Open

        text-decoration: none;

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

      > :first-child {

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

    background: rgba(255, 255, 255, 0.9);

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

  .milestone-content {

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

    .milestone-content {

Prefer single quoted strings
Open

@import "mixins/colors";

Properties should be ordered background, border-radius, content, display, height, position, top, transform, width
Open

    transform: translateY(-50%);

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

      .figure-card img {

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

        a {

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

      a {

!important should not be used
Open

    margin-bottom: 0 !important;

!important should not be used
Open

    height: $line-height * 1.5 !important;

Properties should be ordered color, font-size, margin-bottom, margin-left
Open

    font-size: rem-calc(16);

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

      .icon-debates {

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

    .debate-title a {

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

    .control input {

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

      .see-changes {

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

        .draft-index {

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

      ul:first-child {

Properties should be ordered display, filter, transform
Open

            transform: rotate(-90deg);
Severity
Category
Status
Source
Language