consul/consul

View on GitHub

Showing 2,534 of 2,534 total issues

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

@import "admin";

Prefer single quoted strings
Open

@import "annotator_overrides";

Prefer single quoted strings
Open

@import "account/**/*";

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

  background: #f1f1f1;

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

    a {

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

      .investment-project-info {

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

      &:hover {

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

  section + section p {

Properties should be ordered display, float, margin-bottom, margin-right
Open

    margin-right: $line-height;

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

  background: #d1f5eb;

Prefer single quoted strings
Open

    content: "\77";

!important should not be used
Open

    font-family: "icons" !important;

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

      * + *::before {

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

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

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

@import "motion-ui/motion-ui";

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

  content: "\f165";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint
Severity
Category
Status
Source
Language