rokumatsumoto/boyutluseyler

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

Summary

Maintainability
Test Coverage

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

    border-radius: .5rem;

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

    color: #fff;

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

  color: #fff;

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

    @media (min-width: 37rem){

Each selector in a comma sequence should be on its own single line
Open

img.thumb, a.thumb img{

Properties should be ordered height, width
Open

    width: 28rem;

Properties should be ordered display, margin-right, margin-top, width
Open

    margin-top: 0.75rem;

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;

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 height, width
Open

    width: 9rem;

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

    .actionbar {

Property name should be immediately followed by a colon
Open

    background :#b4b4b4;

Colon after property should be followed by one space
Open

    background :#b4b4b4;

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

    img {

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

    &:hover {

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

  background :#b4b4b4;

Properties should be ordered font-size, line-height, opacity
Open

    opacity: .8;

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

    background :#b4b4b4;

Properties should be ordered display, width
Open

    width: 100%;

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

    @media (min-width: 37rem){

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

    color: #fff;

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

    display: inline-block;

Colon after property should be followed by one space
Open

  background :#b4b4b4;

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

    height: 100%;

Properties should be ordered height, width
Open

    width: 16rem;

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

    .actionbar-right{

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

  padding-bottom: 0.75rem;

Each selector in a comma sequence should be on its own single line
Open

  &--over, &:focus {

Avoid qualifying class selectors with an element.
Open

img.thumb, a.thumb img{

Opening curly brace { should be preceded by one space
Open

a.thumb{

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

    width: 100%;

Properties should be ordered height, width
Open

    width: 33rem;

Properties should be ordered height, width
Open

    width: 16rem;

Rule declaration should be followed by an empty line
Open

    }

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

    width: 100%;

Property name should be immediately followed by a colon
Open

  background :#b4b4b4;

Each selector in a comma sequence should be on its own single line
Open

.pic-main, .pic-main img {

Properties should be ordered align-items, display, margin-bottom
Open

      display: flex;

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

      margin-right: 0.75rem;

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

    border: 1px solid #e6e6e6;

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

  border: 1px solid #e6e6e6;

Opening curly brace { should be preceded by one space
Open

    .actionbar-right{

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

    margin-top: 0.75rem;

Properties should be ordered font-weight, margin
Open

    margin: .5rem 0;

Colon after property should be followed by one space
Open

    box-shadow:0 0 1rem $primary;

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 {

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;

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;

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{

There are no issues that match your filters.

Category
Status