bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

!important should not be used
Open

  background-color: $warn-bg !important;
Severity: Minor
Found in src/Debug/scss/_utilities.scss by scss-lint

!important should not be used
Open

  color: $info-fg !important;
Severity: Minor
Found in src/Debug/scss/_utilities.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &.active {
Severity: Minor
Found in src/Debug/scss/_tabs.scss by scss-lint

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

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

Properties should be ordered border-top-color, border-width, bottom, left, transform-origin
Open

        bottom: -7px;
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

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

      &::after {
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

0.6 should be written without a leading zero as .6
Open

$color-stringified: rgba(0, 200, 200, 0.6);
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

!important should not be used
Open

  font-family: $font-family-numeric !important;
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_key should be written in lowercase with hyphens
Open

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

0.3 should be written without a leading zero as .3
Open

.t_null { opacity: 0.3; }
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_resource should be written in lowercase with hyphens
Open

.t_resource { font-style: italic; }
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

0.08 should be written without a leading zero as .08
Open

$transparent-light: rgba(0, 8, 16, 0.08);
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

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

      &::after {
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

Color white should be written in hexadecimal form as #ffffff
Open

    fill: white;
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

Selector t_string should be written in lowercase with hyphens
Open

.t_int,
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_recursion should be written in lowercase with hyphens
Open

.excluded,
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

!important should not be used
Open

  color: $success-fg !important;
Severity: Minor
Found in src/Debug/scss/_utilities.scss by scss-lint

Properties should be ordered color, height, width
Open

    width: $arrow-size;
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

Properties should be ordered border-bottom-color, border-width, left, top, transform-origin
Open

        top: -6px;
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint
Severity
Category
Status
Source
Language