bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Properties should be ordered display, font-size, text-align, transform-origin, vertical-align
Open

      text-align: center;
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Properties should be ordered padding-left, text-indent
Open

      text-indent: 0;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Selector t_string should be written in lowercase with hyphens
Open

  > .t_string:nth-child(4) {
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(3)::before {
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

Line contains trailing whitespace
Open

*[data-toggle] { 
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.05em 0.5em 0;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Properties should be ordered border-collapse, width
Open

  width: auto;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Color silver should be written in hexadecimal form as #c0c0c0
Open

  background-color: silver;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

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

    padding: 0 0.25em;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered font-size, margin, padding, word-spacing
Open

    padding: 0;
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/_misc.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/_table.scss by scss-lint

Selector ws_n should be written in lowercase with hyphens
Open

.ws_n::before { content: "\\n"; }
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

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

      &::after { content: ")"; }
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

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

  background-image: linear-gradient(to bottom, rgba(#c9c9c9, 0), #c9c9c9);
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

      opacity: 0.33;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint
Severity
Category
Status
Source
Language