Kercode/tutti_gruppi

View on GitHub

Showing 625 of 625 total issues

Properties should be ordered text-align, width
Open

      width: 100%;

Properties should be ordered float, width
Open

      width: 100%;

Files must end with a new line
Open

@import 'layout/cookie';

Final Newline

Rule final-newline will enforce whether or not files should end with a newline.

Options

  • include: true/false (defaults to true)

Examples

When include: true, the following are allowed. When include: false, the following are disallowed:

.foo {
  content: 'bar';
}
// Newline under this comment at end of file

When include: false, the following are allowed. When include: true, the following are disallowed:

.foo {
  content: 'bar';
}
// No newline under this comment at end of file

Properties should be ordered align-items, display, justify-content, width
Open

        width: 15%;

Properties should be ordered font-size, margin, text-shadow
Open

    margin: 5rem 0;

Line should be indented with spaces, not tabs
Open

    box-sizing: inherit;

0.9 should be written without a leading zero as .9
Open

  font-size: 0.9rem;

Line should be indented with spaces, not tabs
Open

    @include respond(tab-port) {

Properties should be ordered height, width
Open

    width: 15rem;

Avoid qualifying class selectors with an element.
Open

  & a,

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

      .main-image {

border: 0 is preferred over border: none
Open

  border: none;

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

.navbar-light .navbar-nav .nav-link,

Selector cookie_link should be written in lowercase with hyphens
Open

.cookie_link:hover {

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

    padding: 0 12px;

0px should be written without units as 0
Open

    line-height: 0px;

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

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

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

    &::after {

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

    left: 50%;

Use // comments everywhere
Open

/*
Severity
Category
Status
Source
Language