rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

Color literals like rgba(51, 51, 51, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -webkit-box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Shorthand form for property margin should be written more concisely as 0 5px 10px instead of 0 5px 10px 5px
Open

    margin: 0 5px 10px 5px;

Line should be indented 4 spaces, but was indented 5 spaces
Open

     font-size: $font-size-sm;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border-radius: .5rem;

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

    color: #fff;

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

  color: #fff;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @media (min-width: 37rem){

Properties should be ordered border-radius, float, margin-right
Open

  float: left;

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

    background: #e6e6e6;

Color literals like rgba(100, 100, 100, 0.14) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.14);

Properties should be ordered color, font-weight
Open

    font-weight: bold;

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;

Line should be indented 4 spaces, but was indented 5 spaces
Open

     margin-top: 5px;

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

img.thumb, a.thumb img{

Properties should be ordered height, width
Open

    width: 28rem;

Properties should be ordered display, margin-right, margin-top, width
Open

    margin-top: 0.75rem;

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

      @extend .font-weight-600;

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

    background-color: #3e59d6;

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

    border: 1px solid #e6e6e6;
Severity
Category
Status
Source
Language