consul/consul

View on GitHub

Showing 2,522 of 2,522 total issues

0.25 should be written without a leading zero as .25
Open

$offcanvas-inner-shadow-color: rgba($black, 0.25) !default;

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

      &::before {

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

$topbar-title-spacing: 0.5rem 1rem 0.5rem 0 !default;

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

      span {

0.25 should be written without a leading zero as .25
Open

    padding: 0.25rem 0.375rem;
Severity: Minor
Found in app/assets/stylesheets/admin.scss by scss-lint

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

    border: 6px solid #f4f4f4;

0.25 should be written without a leading zero as .25
Open

        margin-left: 0.25rem;
Severity: Minor
Found in app/assets/stylesheets/admin.scss by scss-lint

Prefer single quoted strings
Open

      content: image-url("budgets/budget_single_heading_icon.png");

Properties should be ordered margin, min-height
Open

    min-height: auto;

Prefer single quoted strings
Open

    content: "";

Prefer single quoted strings
Open

    font-family: "icons";

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

      &:active {

Color literals like rgba(231, 236, 240, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: linear-gradient(to right, rgba(231, 236, 240, 1) 0%, rgba(251, 251, 251, 1) 90%);

Prefer single quoted strings
Open

      content: "";

Properties should be ordered background, cursor
Open

  cursor: pointer;

Prefer single quoted strings
Open

  src: font-url("sourcesanspro-light-webfont.eot");
Severity: Minor
Found in app/assets/stylesheets/fonts.scss by scss-lint

Prefer single quoted strings
Open

@import "annotator.min";

Prefer single quoted strings
Open

@import "jquery-ui/themes/base/theme";

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

@import "stats";
Severity
Category
Status
Source
Language