bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Shorthand form for property margin should be written more concisely as 0 0 10px instead of 0 0 10px 0
Open

  margin: 0 0 10px 0;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

0.4 should be written without a leading zero as .4
Open

    padding: 0 0.4em 0 0.25em;
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_table should be written in lowercase with hyphens
Open

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

Selector m_trace should be written in lowercase with hyphens
Open

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

Color literals like rgba(255, 204, 204, 0.75) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

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

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

Selector t_punct should be written in lowercase with hyphens
Open

  .t_punct {

Selector t_punct should be written in lowercase with hyphens
Open

  > .t_array-collapse,

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

      color: #000040;

Selector t_identifier should be written in lowercase with hyphens
Open

.t_identifier[title] {

Rule declaration should be followed by an empty line
Open

  }

Selector t_modifier_readonly should be written in lowercase with hyphens
Open

    > .t_modifier_readonly {

Rule declaration should be preceded by an empty line
Open

      .fa-stack {

Selector t_object should be written in lowercase with hyphens
Open

td.t_object {

Properties should be ordered background-color, border-color, color, cursor, font-weight, height, letter-spacing, line-height, outline, padding, text-align, text-transform, vertical-align, white-space
Open

  color: inherit;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

Properties should be ordered cursor, margin
Open

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

Rule declaration should be preceded by an empty line
Open

  &.disabled {
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Empty rule
Open

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