bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Avoid qualifying class selectors with an element.
Open

i.fa { margin-right: 0.33em; }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Selector m_group should be written in lowercase with hyphens
Open

  &.m_group {
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Properties should be ordered white-space, width
Open

    width: fit-content;  // previously using display: table;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

!important should not be used
Open

        display: none !important;
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

  background-color: #eee;
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

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

0.9 should be written without a leading zero as .9
Open

    opacity: 0.9;
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/_methods.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

Selector m_trace should be written in lowercase with hyphens
Open

.m_trace {
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/_sidebar.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 5
Open

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

Selector t_string should be written in lowercase with hyphens
Open

  > i + .t_string:nth-child(2) { font-weight: bold; }
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

      .toggle.active {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Selector t_key should be written in lowercase with hyphens
Open

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

Prefer single quoted strings
Open

      content: "\A";
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

  border-radius: 0.25rem;
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
Severity
Category
Status
Source
Language