consul/consul

View on GitHub

Showing 2,534 of 2,534 total issues

Prefer single quoted strings
Open

  content: "\f1ec";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

Properties should be ordered background-image, background-repeat, background-size, content, display, height, width
Open

  content: "";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

Prefer single quoted strings
Open

  background-image: url("finger.png");
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

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

    background: #fff;

!important should not be used
Open

    height: $line-height !important;

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

  background: #1abc9c;

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

    background: #f6f6f6;

0.8 should be written without a leading zero as .8
Open

      opacity: 0.8;

Prefer single quoted strings
Open

@import "proposals/**/*";

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

    span {

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

      color: #acb6b6;

0.5 should be written without a leading zero as .5
Open

        margin-left: 0.5em;

Prefer single quoted strings
Open

    font-family: "icons";

Prefer single quoted strings
Open

    content: "\67";

0.1 should be written without a leading zero as .1
Open

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

Prefer single quoted strings
Open

@import "font-awesome/core";

Prefer single quoted strings
Open

@import "foundation_and_overrides";

Prefer single quoted strings
Open

       font-url("sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
Severity: Minor
Found in app/assets/stylesheets/fonts.scss by scss-lint

Prefer single quoted strings
Open

       font-url("lato-regular.svg#latoregular") format("svg");
Severity: Minor
Found in app/assets/stylesheets/fonts.scss by scss-lint

Prefer single quoted strings
Open

       font-url("lato-bold.woff") format("woff"),
Severity: Minor
Found in app/assets/stylesheets/fonts.scss by scss-lint
Severity
Category
Status
Source
Language