PascalKleindienst/consola.css

View on GitHub

Showing 37 of 37 total issues

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .text-white;
Severity: Minor
Found in scss/_buttons.scss by scss-lint

Commas in function arguments should be followed by one space
Open

    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
Severity: Minor
Found in scss/_mixins.scss by scss-lint

Properties should be ordered float, margin-left, padding, font-weight, content
Open

      padding: 0 .5rem;
Severity: Minor
Found in scss/_tables.scss by scss-lint

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

  @extend .table-bordered;
Severity: Minor
Found in scss/_tables.scss by scss-lint

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

  @extend .text-white;
Severity: Minor
Found in scss/_buttons.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

.bg-yellow, .bg-white, .btn-yellow {
Severity: Minor
Found in scss/_colors.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in scss/_colors.scss by scss-lint

Commas in function arguments should be followed by one space
Open

    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
Severity: Minor
Found in scss/_mixins.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

.bg-yellow, .bg-white, .btn-yellow {
Severity: Minor
Found in scss/_colors.scss by scss-lint

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

  @extend .text-dark;
Severity: Minor
Found in scss/_colors.scss by scss-lint

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

  @extend .text-white;
Severity: Minor
Found in scss/_navbar.scss by scss-lint

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

  @extend .bg-dark;
Severity: Minor
Found in scss/_navbar.scss by scss-lint

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

    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
Severity: Minor
Found in scss/_mixins.scss by scss-lint

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

      &::after {
Severity: Minor
Found in scss/_progressbar.scss by scss-lint

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

      &:checked,
Severity: Minor
Found in scss/_forms.scss by scss-lint

Unnecessary parent selector (&)
Open

      & + label::before {
Severity: Minor
Found in scss/_forms.scss by scss-lint

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

      &:checked + label::before {
Severity: Minor
Found in scss/_forms.scss by scss-lint

Commas in function arguments should be followed by one space
Open

    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
Severity: Minor
Found in scss/_mixins.scss by scss-lint

!important should not be used
Open

  border: 1px dashed $dark-font-color !important;
Severity: Minor
Found in scss/_forms.scss by scss-lint

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

      & + label::before {
Severity: Minor
Found in scss/_forms.scss by scss-lint
Severity
Category
Status
Source
Language