bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Rule declaration should be preceded by an empty line
Open

  .fa {
Severity: Minor
Found in src/Debug/scss/_tabs.scss by scss-lint

Properties should be ordered color, cursor, display, font-size, line-height, padding, vertical-align
Open

    display: inline-block;
Severity: Minor
Found in src/Debug/scss/_tabs.scss by scss-lint

0.3 should be written without a leading zero as .3
Open

$transparent-dark: rgba(0, 8, 16, 0.3);
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

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

    fill: white;
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

Selector t_name should be written in lowercase with hyphens
Open

  .t_name {
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_float should be written in lowercase with hyphens
Open

.t_int,
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

!important should not be used
Open

  color: $secondary-fg !important;
Severity: Minor
Found in src/Debug/scss/_utilities.scss by scss-lint

!important should not be used
Open

  color: $error-fg !important;
Severity: Minor
Found in src/Debug/scss/_utilities.scss by scss-lint

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

  opacity: 0.5;
Severity: Minor
Found in src/Debug/scss/_utilities.scss by scss-lint

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

      hr {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered border-right-color, border-width, right, top
Open

        border-width: 7px 7px 7px 0;
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

Properties should be ordered color, font-family, font-size, line-height
Open

  font-family: $font-family-numeric !important;
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_int should be written in lowercase with hyphens
Open

  &.t_int { white-space: nowrap; }
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_unknown should be written in lowercase with hyphens
Open

.excluded,
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

  &::before,
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Properties should be ordered color, font-family, opacity
Open

    font-family: $font-family;
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

      &:not(.active) {
Severity: Minor
Found in src/Debug/scss/_tabs.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

      background-color: #fff;
Severity: Minor
Found in src/Debug/scss/_tabs.scss by scss-lint

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

$transparent-darker: rgba(0, 8, 16, 0.5);
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

0.75 should be written without a leading zero as .75
Open

  opacity: 0.75;
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint
Severity
Category
Status
Source
Language