bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

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

    margin: 0.5em -5px 0.5em -15px;

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered display, height, pointer-events, position, top, width, z-index
Open

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

Rule declaration should be preceded by an empty line
Open

    .debug-noti {
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

      transition: opacity 0.33s;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

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

    margin: 0 -4px 10px -4px;
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/_sidebar.scss by scss-lint

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

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

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

        opacity: 0.5;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

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

      &::after { content: none; }
Severity: Minor
Found in src/Debug/scss/_table.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

Rule declaration should be preceded by an empty line
Open

  tr.context {
Severity: Minor
Found in src/Debug/scss/_table.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 m_group should be written in lowercase with hyphens
Open

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

Selector t_string should be written in lowercase with hyphens
Open

    > .t_string:nth-child(2) {
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

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

  &:hover { background-color: rgba(0, 0, 0, 0.05); }
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Selector t_string should be written in lowercase with hyphens
Open

  &[data-type=base64] > .string-raw .t_string {
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

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

    padding: 0.5em 5px 0.5em 15px;

Avoid qualifying class selectors with an element.
Open

ul.list-unstyled > li:has(.show-more-container) {
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

0.2 should be written without a leading zero as .2
Open

  border: 1px solid rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint
Severity
Category
Status
Source
Language