rokumatsumoto/boyutluseyler

View on GitHub
app/assets/stylesheets/framework/layout.scss

Summary

Maintainability
Test Coverage

Colon after property should be followed by one space
Open

    background:#b4b4b4;

Properties should be ordered margin-right, width
Open

      width: 48.5%;

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 padding-left, padding-right
Open

        padding-right: 15px;

Properties should be ordered margin-right, width
Open

      width: 23.4%;

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

    background:#b4b4b4;

Declaration should be terminated by a semicolon
Open

  border-radius: .5rem

Properties should be ordered border, border-radius, overflow, position
Open

  overflow: hidden;

Colon after property should be followed by one space
Open

    color:#fff;

Opening curly brace { should be preceded by one space
Open

.box-thumb{

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

  display: flex;

Properties should be ordered background, color, display, font-size, height, width
Open

    display: block;

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

    color:#fff;

Colon after property should be followed by one space
Open

    font-size:2rem;

There are no issues that match your filters.

Category
Status