consul/consul

View on GitHub

Showing 2,534 of 2,534 total issues

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

.button.button-facebook {

Properties should be ordered background, border-bottom, border-top-left-radius, border-top-right-radius, display, margin-bottom, margin-right, margin-top
Open

      display: inline-block;

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

    color: #de4c34;

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

      border: 2px solid #9c9c9c;

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);

Properties should be ordered font-size, margin-left, margin-top, text-decoration
Open

        text-decoration: underline;

Properties should be ordered font-weight, margin
Open

    margin: 0;

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

  src: font-url("sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"),
Severity: Minor
Found in app/assets/stylesheets/fonts.scss by scss-lint

Prefer single quoted strings
Open

  src: font-url("lato-bold.eot?#iefix") format("embedded-opentype"),
Severity: Minor
Found in app/assets/stylesheets/fonts.scss by scss-lint

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

@import "consul_custom_overrides";

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

  content: "\f0de";
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

        color: #fff;

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

  color: rgba(0, 0, 0, 0.4);

!important should not be used
Open

    font-family: "icons" !important;

Properties should be ordered color, font-size
Open

    font-size: $small-font-size;

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

  border-left: 3px solid #3b5998;
Severity
Category
Status
Source
Language