rokumatsumoto/boyutluseyler

View on GitHub
app/assets/stylesheets/pages/profile.scss

Summary

Maintainability
Test Coverage

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

  float: left;

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 background, border, cursor, outline, padding, width
Open

        width: 50%;

Properties should be ordered align-content, align-items, display, justify-content
Open

      display: flex;

Properties should be ordered height, max-width, position
Open

      position: relative;

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

        &:hover {

0.14 should be written without a leading zero as .14
Open

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

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

      .avatar-cropper-btn {

0px should be written without units as 0
Open

    text-shadow: 0px 1px rgba(40, 40, 40, 0.3);

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

      .avatar-cropper-btn {

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

    background: rgba(0, 0, 0, 0.1);

border: 0 is preferred over border: none
Open

        border: none;

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

    text-shadow: 0px 1px rgba(40, 40, 40, 0.3);

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

    text-shadow: 0px 1px rgba(40, 40, 40, 0.3);

Properties should be ordered background, bottom, left, position, right, top
Open

    position: fixed;

Properties should be ordered background, box-shadow, z-index
Open

    z-index: 999;

Properties should be ordered height, max-width
Open

      max-width: 100%;

Properties should be ordered color, float, font-size, font-weight, padding, text-shadow
Open

    float: right;

0.1 should be written without a leading zero as .1
Open

    background: rgba(0, 0, 0, 0.1);

Properties should be ordered align-items, bottom, display, justify-content, left, position, right, text-align, top, z-index
Open

    text-align: center;

There are no issues that match your filters.

Category
Status