rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

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

    &:hover {

Properties should be ordered box-shadow, outline
Open

      outline: 0;

Properties should be ordered height, width
Open

    width: 14rem;

Properties should be ordered display, padding-left, vertical-align, width
Open

      vertical-align: top;

!important should not be used
Open

    height: auto !important;

0.75 should be written without a leading zero as .75
Open

    margin-right: 0.75rem;

Properties should be ordered cursor, font-size, margin, opacity, padding-right, position, right, top
Open

    position: absolute;

Properties should be ordered background, border, cursor, outline, padding, width
Open

        width: 50%;

Commas in function arguments should be followed by one space
Open

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

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;

Properties should be ordered height, width
Open

    width: 9rem;

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

    .actionbar {

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

      display: flex;

Properties should be ordered background-color, border-radius, -webkit-box-shadow, box-shadow, display, margin, opacity
Open

    display: inline-block;

Properties should be ordered border-radius, padding
Open

    padding: .375rem .75rem;

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;

Property name should be immediately followed by a colon
Open

    background :#b4b4b4;
Severity
Category
Status
Source
Language