bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Selector m_alert should be written in lowercase with hyphens
Open

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

Properties should be ordered border-left, list-style, margin-left, padding-left
Open

    list-style: none;
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "utilities";
Severity: Minor
Found in src/Debug/scss/Debug.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

Prefer single quoted strings
Open

  @import "script"; // misc css only applicable when javascript enhanced
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "misc";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

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

        border-top: 1px dotted;
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered opacity, text-decoration
Open

        text-decoration: none;
Severity: Minor
Found in src/Debug/scss/_alerts.scss by scss-lint

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

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

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

.namespace { opacity: 0.5; }

0.25 should be written without a leading zero as .25
Open

      margin: 0 0.25em;

Selector t_object should be written in lowercase with hyphens
Open

.t_object {

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

    }

Selector t_modifier_interface should be written in lowercase with hyphens
Open

    > .t_modifier_interface {

Selector t_type should be written in lowercase with hyphens
Open

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

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

    > * { opacity: 0.5; }

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

    display: inline-block;

Rule declaration should be preceded by an empty line
Open

  > ul {
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint
Severity
Category
Status
Source
Language