rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

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

     margin-right: 5px;

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

    background :#b4b4b4;

Merge rule &:hover with rule on line 18
Open

    &:hover {

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

    @extend .mr-4;

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

      @extend .mr-0;

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;

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

      color: #1a1e21;

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

    color: #f0f2fc;

Avoid qualifying class selectors with an element.
Open

a.thumb{

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

    margin-top: inherit;

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

    .actionbar-left {

Properties should be ordered height, width
Open

    width: 100%;

Properties should be ordered margin, min-width
Open

  min-width: 14rem;

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

    z-index: 999;

Properties should be ordered height, max-width
Open

      max-width: 100%;

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

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

Properties should be ordered display, flex-wrap, font-size, font-weight, margin
Open

  margin: .75rem 0;

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

        &.disabled {
Severity
Category
Status
Source
Language