Kercode/tutti_gruppi

View on GitHub

Showing 625 of 625 total issues

Files should end with a trailing newline
Open

$icons-width: 2.5rem;

Line should be indented with spaces, not tabs
Open

    @include respond(tab-land) {

Avoid qualifying id selectors with an element.
Open

div#flash_notice.flash_message{

Avoid using id selectors
Open

#bloc_facture {

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

      .name {

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

      .name {

Prefer single quoted strings
Open

  background-image: url("jumbotron.jpg");

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

      width: 8rem;

Files should end with a trailing newline
Open

}

Selector cookie_text should be written in lowercase with hyphens
Open

.cookie_text {

Properties should be ordered background-color, border-radius, display, height, text-align, width
Open

  width: 100%;

Properties should be ordered clip-path, height, left, opacity, overflow, position, top, width, z-index
Open

  position: absolute;

Rule declaration should be followed by an empty line
Open

}

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

      &:link,

Properties should be ordered align-items, color, display, width
Open

        color: white;

!important should not be used
Open

  background-color: $color-pagination-bg !important;

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

  &:hover {

Properties should be ordered background-color, border-radius, color, font-weight, line-height, margin, padding, text-decoration
Open

    padding: 0 12px;

Properties should be ordered color, font-size, letter-spacing, padding-top, text-align
Open

  font-size: 16px;

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

[type="reset"], [type="submit"], button, html [type="button"] {
Severity
Category
Status
Source
Language