Kercode/tutti_gruppi

View on GitHub

Showing 625 of 625 total issues

0.6 should be written without a leading zero as .6
Open

    text-shadow: 0 9px 5px rgba($color-black, 0.6);

Selector flash_message should be written in lowercase with hyphens
Open

div#flash_notice.flash_message{

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

[type="reset"], [type="submit"], button, html [type="button"] {

Properties should be ordered margin-bottom, margin-top, text-align
Open

    text-align: center;

Properties should be ordered background-color, color, display, text-decoration, transition
Open

        color: $color-btns;

Files should end with a trailing newline
Open

}

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

      .image {

Line should be indented with spaces, not tabs
Open

    padding: 0;

Line should be indented with spaces, not tabs
Open

    min-height: 63vh;

Properties should be ordered border, float, padding
Open

  padding: 0;

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

    top: 50%;

Line should be indented with spaces, not tabs
Open

    font-size: 87.5%; //1 rem = 14px; 14px/16px = 87,5%

Properties should be ordered height, left, position, top
Open

    position: absolute;

Selector flash_success should be written in lowercase with hyphens
Open

.flash_success {

Properties should be ordered background-color, border-radius, color, font-size, font-weight, margin, padding, width
Open

  color: $color-flash;

Selector flash_notice should be written in lowercase with hyphens
Open

div#flash_notice.flash_message{

Properties should be ordered background-color, color, font-size, padding, position, width
Open

  padding: 1rem;

Selector should have depth of applicability no greater than 3, but was 5
Open

        .rank-img {

border: 0 is preferred over border: none
Open

    border: none;

border: 0 is preferred over border: none
Open

    border: none;
Severity
Category
Status
Source
Language