openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Merge rule label with rule on line 33
Open

  label {

Avoid qualifying class selectors with an element.
Open

      input.button.right {

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

      color: #fff;

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

      background: white;

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

      i {

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

      h4 {

0em should be written without units as 0
Open

    padding-bottom: 0em;

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

            &, & * {

Shorthand form for property margin should be written more concisely as 0 0 1em instead of 0 0 1em 0
Open

  margin: 0 0 1em 0;

Rule declaration should be followed by an empty line
Open

  }

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

          &:hover, &:focus {

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

        color: white;

Color #333333 should be written as #333
Open

          border-color: transparent transparent #333333 transparent;

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

  &.taxon-selectors, &.property-selectors {

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

  &, & * {

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

h1, h2, h3, h4, h5, h6 {

Unnecessary parent selector (&)
Open

  &, & * {

Avoid qualifying id selectors with an element.
Open

  input#search {

border: 0 is preferred over border: none
Open

      border: none;

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

        a {
Severity
Category
Status
Source
Language