AyuntamientoMadrid/participacion

View on GitHub

Showing 2,535 of 2,535 total issues

Properties should be ordered float, margin-right, width
Open

      width: 30%;

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

      a {

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

      option {

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

      .icon-debates {

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

    .debate-title a {

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

    background: #f4f4f4;

0.25 should be written without a leading zero as .25
Open

      transition: background 0.25s ease-out, background 0.25s ease-out;

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

      .icon-angle-right {

Properties should be ordered opacity, position, z-index
Open

      position: absolute;

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

      border: 2px solid #9c9c9c;

Properties should be ordered padding, position
Open

  position: relative;

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

      .icon-comments {

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

      ul {

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

      h2 {

Prefer single quoted strings
Open

  content: "";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

!important should not be used
Open

  display: inline !important;

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

      &.is-active {

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

  padding: 0.6em;

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

    color: #3b5998;

Merge rule .button.button-wordpress with rule on line 122
Open

.button.button-wordpress {
Severity
Category
Status
Source
Language