bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Rule declaration should be followed by an empty line
Open

  }
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Properties should be ordered background, border-bottom, border-top, color, font-size, margin-bottom, padding
Open

  border-top: 1px solid $border-color;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

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

      color: #333;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.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/_drawer.scss by scss-lint

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

      &:hover {
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

  @at-root html.debug-resizing {
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

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

    text-indent: -0.75em;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

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

  border-color: #bce8f1;
Severity: Minor
Found in src/Debug/scss/_alerts.scss by scss-lint

Selector t_parameter-name should be written in lowercase with hyphens
Open

.t_parameter-name {

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

    color: #9d2d2d

Rule declaration should be followed by an empty line
Open

    }

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

      i {

Avoid qualifying class selectors with an element.
Open

    i.fa-clone { color: #999; }

Properties should be ordered border-bottom, color, font-size
Open

    color: $color-debug;

Rule declaration should be followed by an empty line
Open

  }
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Avoid vendor prefixes.
Open

  -moz-tab-size: 3;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    button {
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Properties should be ordered background, color, font-size, padding, vertical-align
Open

    padding: 0 0.4em 0 0.25em;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Merge rule .debug-bar with rule on line 4
Open

.debug-bar {
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint
Severity
Category
Status
Source
Language