consul/consul

View on GitHub

Showing 2,521 of 2,521 total issues

Properties should be ordered color, display, font-size, font-weight, line-height, padding, text-align, text-transform
Open

          line-height: 1;

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

      &:not([open]) {

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

                &::after {

Prefer single quoted strings
Open

        content: "—";

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

      .icon-external {

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

      &:active,

Properties should be ordered color, line-height, text-decoration
Open

        text-decoration: none;

0.9 should be written without a leading zero as .9
Open

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

Prefer single quoted strings
Open

@import "mixins/buttons";

0.01 should be written without a leading zero as .01
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%);

!important should not be used
Open

      width: 0 !important;

Properties should be ordered list-style, position
Open

    position: relative;

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

      background: #ccdbe6;

Properties should be ordered content, cursor, font-family, -moz-osx-font-smoothing, -webkit-font-smoothing, margin-left, position
Open

          cursor: pointer;

Properties should be ordered padding, position
Open

      position: relative;

Prefer single quoted strings
Open

        content: "#";

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

          h3 {

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

      background: #f2f2f2;

Properties should be ordered background, border-left, border-right, border-top, display, font-size, padding, width
Open

            border-top: 1px solid #d0d0d0;

Properties should be ordered content, margin-right
Open

        margin-right: rem-calc(4);
Severity
Category
Status
Source
Language