bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Properties should be ordered color, font-weight
Open

    font-weight: bold;

0.78 should be written without a leading zero as .78
Open

  font-size: 0.78em;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

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

  .method .parameter .t_parameter-name[title],

Properties should be ordered background-color, bottom, height, left, position, transform, transition, width, z-index
Open

  position: fixed;
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

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

      opacity: 1;

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

      margin-left: 0.5em;
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

  i.fa-flag,

Selector m_warn should be written in lowercase with hyphens
Open

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

Avoid qualifying class selectors with an element.
Open

  i.fa-magic,

Properties should be ordered margin-bottom, margin-top
Open

  margin-top: 0.25em;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    > li {
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Properties should be ordered border-bottom-width, border-radius, border-top-width
Open

    border-radius: 0;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

ul.group-body {
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Selector t_punct should be written in lowercase with hyphens
Open

    > .t_array-collapse,

Rule declaration should be followed by an empty line
Open

}

Use // comments everywhere
Open

  /*

Selector t_modifier_static should be written in lowercase with hyphens
Open

  .t_modifier_static {

0.15 should be written without a leading zero as .15
Open

      padding: 0.15em 0.5em;

0px should be written without units as 0
Open

      text-shadow: 0px 0px 1px #990099;
Severity
Category
Status
Source
Language