rokumatsumoto/boyutluseyler

View on GitHub
app/assets/stylesheets/framework/navbar.scss

Summary

Maintainability
Test Coverage

Expected item on line 87 to appear before line 85. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include box-shadow($dropdown-box-shadow);

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

  color: #f0f2fc;

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

    background-color: #3e59d6;

Properties should be ordered color, padding-bottom, padding-left, padding-right, padding-top
Open

        padding-top: 1rem;

Properties should be ordered min-width, position
Open

    position: absolute;

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

  @extend .flex-row;

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

    color: #f0f2fc;

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

      color: #f0f2fc;

!important should not be used
Open

        color: $navbar-light-color !important;

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

  border: 1px solid #3e59d6;

!important should not be used
Open

        color: $navbar-dark-color !important;

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

  font-size: $font-size-sm;

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

    border-color: #3e59d6;

Rule declaration should be followed by an empty line
Open

  }

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

        &.disabled {

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

  background-color: #3e59d6;

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

    color: #f0f2fc;

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

        &.disabled {

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

    @extend .navbar-brand;

Properties should be ordered color, padding-bottom, padding-left, padding-right, padding-top
Open

        padding-top: 1rem;

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

    @extend .navbar-brand;

There are no issues that match your filters.

Category
Status