openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

        color: #666;

Avoid qualifying class selectors with an element.
Open

nav.menu {

0px should be written without units as 0
Open

          border-bottom-width: 0px;

Rule declaration should be followed by an empty line
Open

  }

Use // comments everywhere
Open

/* Be sure to place a .clear element after each set of columns, just to be safe */

Rule declaration should be followed by an empty line
Open

  }

Avoid qualifying attribute selectors with an element.
Open

  div[class="column"] {

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

  &.state-canceled td:first-child {

Declaration should be terminated by a semicolon
Open

tfoot { display: table-row-group }

Avoid qualifying attribute selectors with an element.
Open

      input[type="button"] {

Rule declaration should be preceded by an empty line
Open

    span {

Rule declaration should be followed by an empty line
Open

  }

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

      background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);

Rule declaration should be followed by an empty line
Open

  }

Avoid using id selectors
Open

#subscriptions .state {

Avoid qualifying class selectors with an element.
Open

  a.close {

Merge rule .ts-wrapper.single .ts-control with rule on line 1
Open

.ts-wrapper.single .ts-control {

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

    background-color: #fbffee;

Avoid qualifying class selectors with an element.
Open

.ts-dropdown .create:hover,

Rule declaration should be preceded by an empty line
Open

      &:hover {
Severity
Category
Status
Source
Language