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/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered line-height, position, right, top
Open

    position: absolute;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Properties should be ordered -moz-appearance, -webkit-appearance, appearance, background-color, border, height, line-height, padding
Open

      height: 18px;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Properties should be ordered font-size, position, top
Open

  position: relative;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

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

Selector m_error should be written in lowercase with hyphens
Open

.m_assert,
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

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

  background-color: rgba(255, 204, 204, 0.75);
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }

Selector t_array-collapse should be written in lowercase with hyphens
Open

    > .t_array-collapse,

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

      &::before,

Properties should be ordered color, font-style
Open

    font-style: italic;

Properties should be ordered background-color, border-color, color
Open

      color: #333;

Properties should be ordered color, font-weight, text-decoration
Open

      text-decoration: underline;

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

    border-bottom: 1px dashed blue;

Selector t_modifier_magic should be written in lowercase with hyphens
Open

  i.fa-magic,

Avoid qualifying class selectors with an element.
Open

td.t_object {

Properties should be ordered clear, color, font-family, line-height, position, text-align, text-shadow
Open

  position: relative;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

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

  color: #00e;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint
Severity
Category
Status
Source
Language