Kercode/tutti_gruppi

View on GitHub

Showing 625 of 625 total issues

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

      .main-image {

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

        color: white;

Properties should be ordered border-bottom, margin, width
Open

      width: 8rem;

Unnecessary parent selector (&)
Open

  & a,

Files should end with a trailing newline
Open

}

0px should be written without units as 0
Open

  letter-spacing: 0px;

Prefer single quoted strings
Open

        content: "";

Color black should be written in hexadecimal form as #000000
Open

$color-black: black;

Line should be indented with spaces, not tabs
Open

    @include respond(big-desktop) {

Line should be indented with spaces, not tabs
Open

    @include respond(phone) {

0.8 should be written without a leading zero as .8
Open

      rgba($color-pagination-bg, 0.8),

Avoid using id selectors
Open

#btns {

Properties should be ordered align-items, background-color, background-image, background-repeat, background-size, border, border-radius, color, display, height, justify-content, margin, width
Open

  background-color: rgba($color-btns, .3);

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

      &:hover,

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

        .profil-img {

Color white should be written in hexadecimal form as #ffffff
Open

        color: white;

!important should not be used
Open

    color: $color-btns !important;

Unnecessary parent selector (&)
Open

  & a:hover {

Line contains trailing whitespace
Open

  

Properties should be ordered background-color, border-radius, bottom, box-shadow, display, height, opacity, position, right, text-align, transition, visibility, width, z-index
Open

  display: inline-block;
Severity
Category
Status
Source
Language