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

Rule declaration should be followed by an empty line
Open

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

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

        padding-top: 3px;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Properties should be ordered caption-side, font-style, font-weight, padding-bottom, padding-top, text-align
Open

    font-weight: bold;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    i.fa-warning {
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Selector t_undefined should be written in lowercase with hyphens
Open

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

Selector m_group should be written in lowercase with hyphens
Open

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

Selector m_group should be written in lowercase with hyphens
Open

.m_warn,
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/_table.scss by scss-lint

0.05 should be written without a leading zero as .05
Open

  padding: 0.05em 0.5em 0;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Line contains trailing whitespace
Open

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

Rule declaration should be followed by an empty line
Open

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

0.33 should be written without a leading zero as .33
Open

    margin-right: 0.33em;
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/_misc.scss by scss-lint

Selector m_info should be written in lowercase with hyphens
Open

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

Rule declaration should be followed by an empty line
Open

  }

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

      color: #999;

Rule declaration should be followed by an empty line
Open

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

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

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);

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

[data-toggle=interface]:hover { background-color: rgba(0, 0, 0, 0.1); }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint
Severity
Category
Status
Source
Language