Kercode/tutti_gruppi

View on GitHub

Showing 625 of 625 total issues

Selector bloc_facture should be written in lowercase with hyphens
Open

#bloc_facture {

0.5 should be written without a leading zero as .5
Open

        box-shadow: 0 4px 12px rgba($color-black, 0.5);

border: 0 is preferred over border: none
Open

    border: none;

Files should end with a trailing newline
Open

}

Properties should be ordered color, font-size, text-decoration, text-transform
Open

  text-decoration: none;

Name of mixin absCenter should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin absCenter {

Line should be indented with spaces, not tabs
Open

    @include respond(tab-port) {

Properties should be ordered border-top, float, font-size, padding-top, text-align, width
Open

    padding-top: 2rem;

Avoid using id selectors
Open

#logo {

Line should be indented with spaces, not tabs
Open

    outline: 0;

!important should not be used
Open

  text-decoration: none !important;

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

      &:hover {

Properties should be ordered clip-path, width
Open

          width: 70px;

50.0 should be written without the mantissa as 50
Open

          clip-path: circle(50.0% at 50% 50%);

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

      .image {

Avoid qualifying class selectors with an element.
Open

  & span.current {

Properties should be ordered clear, content, display
Open

        content: "";

Line contains trailing whitespace
Open

    

Properties should be ordered background-image, background-position, background-size, height, position
Open

  height: 85vh;

Avoid qualifying class selectors with an element.
Open

div#flash_notice.flash_message{
Severity
Category
Status
Source
Language