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

$menu-icon-spacing: 0.25rem !default;

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

$orbit-bullet-margin: 0.1rem !default;

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

$slider-opacity-disabled: 0.25 !default;

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

$switch-paddle-offset: 0.25rem !default;

0.866 should be written without a leading zero as .866
Open

$tooltip-pip-height: $tooltip-pip-width * 0.866 !default;

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

      a {
Severity: Minor
Found in app/assets/stylesheets/admin.scss by scss-lint

Properties should be ordered padding-right, white-space
Open

  white-space: nowrap;
Severity: Minor
Found in app/assets/stylesheets/admin.scss by scss-lint

Properties should be ordered font-size, margin-bottom, margin-left, margin-top, padding
Open

      padding: 0.5em 1em;
Severity: Minor
Found in app/assets/stylesheets/admin.scss by scss-lint

Properties should be ordered border, padding
Open

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

Properties should be ordered left, margin-top, position, top, visibility
Open

    visibility: visible;
Severity: Minor
Found in app/assets/stylesheets/admin.scss by scss-lint

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

    &.single-heading-option h2::after {

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

      &:focus,

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

      &::before {

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

    &.booths-link {

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

    background: hsla(46, 83%, 60%, 0.5);

Prefer single quoted strings
Open

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

Properties should be ordered cursor, position
Open

  position: absolute;

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

    span {

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

        margin-left: 0.5em;

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

      color: #fb9497;
Severity
Category
Status
Source
Language