consul/consul

View on GitHub

Showing 2,534 of 2,534 total issues

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

    font-url("icons.woff") format("woff"),
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

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

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

  .tabs-title > a {

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

        [for="show_menu"]::after {

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

    border-bottom: 1px solid #fff;

Prefer single quoted strings
Open

      content: "|";

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 #3b5998 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: #3b5998;

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

  border-left: 3px solid #de4c34;

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

      .show-children {

Prefer single quoted strings
Open

@import "budgets/**/*";

Prefer single quoted strings
Open

@import "widgets/**/*";

Prefer single quoted strings
Open

@import "custom";

Properties should be ordered cursor, position
Open

  position: absolute;

Properties should be ordered background, border, display, font-size, list-style, padding
Open

  list-style: none;
Severity
Category
Status
Source
Language