rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

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

    @extend .navbar-brand;

Avoid qualifying class selectors with an element.
Open

img.thumb, a.thumb img{

Rule declaration should be followed by an empty line
Open

    }

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;

Properties should be ordered height, width
Open

    width: 23rem;

Properties should be ordered flex, float
Open

      float: left;

Properties should be ordered display, overflow, padding, position, width
Open

  position: relative;

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);

Commas in function arguments should be followed by one space
Open

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

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

    background-color: #fff;

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;

Properties should be ordered float, font-size, font-weight, margin-right, margin-top
Open

     margin-right: 5px;

Opening curly brace { should be preceded by one space
Open

img.thumb, a.thumb img{

Properties should be ordered background, border, border-radius, color, height, width
Open

    width: 100%;

Properties should be ordered height, width
Open

    width: 30rem;

Opening curly brace { should be preceded by one space
Open

.design-infos{

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

    text-align: center;
Severity
Category
Status
Source
Language