bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

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

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

Selector t_punct should be written in lowercase with hyphens
Open

    > .t_punct:not(.t_colon) {

Selector isVirtual should be written in lowercase with hyphens
Open

    i.isVirtual {

Avoid qualifying class selectors with an element.
Open

    i.isVirtual {

Avoid qualifying class selectors with an element.
Open

  i.fa-eye {

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

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

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

  border-color: #afafaf;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

!important should not be used
Open

  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered background-color, border, color, height
Open

  color: $default-fg;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Color black should be written in hexadecimal form as #000000
Open

  border: 1px solid black;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

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

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

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

  transition: all 0.5s;
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

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

  padding-right: 0.33em;
Severity: Minor
Found in src/Debug/scss/_methods.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/_alerts.scss by scss-lint

Use // comments everywhere
Open

    /*

0.75 should be written without a leading zero as .75
Open

          opacity: 0.75;

0.66 should be written without a leading zero as .66
Open

      opacity: 0.66;

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

    i.fa-clone { color: #999; }
Severity
Category
Status
Source
Language