openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      color: #ffffff;

Color #888888 should be written as #888
Open

    box-shadow: 1px 3px 10px #888888;

border: 0 is preferred over border: none
Open

    border: none;

Selector menu_item should be written in lowercase with hyphens
Open

    .menu_item {

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

      color: #fff;

Name of variable color_selected should be written in all lowercase letters with hyphens instead of underscores
Open

        background-color: $color_selected;

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

      color: #454545;

Avoid qualifying class selectors with an element.
Open

table#customers.index {

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

      .name {

Avoid qualifying class selectors with an element.
Open

  tr.customer {

0px should be written without units as 0
Open

        padding: 0px 15px 0px 0px;

0px should be written without units as 0
Open

    border-width: 0px 0px 1px 0px;

0px should be written without units as 0
Open

      margin: 10px 0px;

0px should be written without units as 0
Open

    border-width: 0px 1px 0px 1px;

Color #000000 should be written as #000
Open

        border-right: 20px solid #000000;

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

      background-color: #fff;

Avoid qualifying class selectors with an element.
Open

tags-input .tags li.tag-item {

Color #ffffff should be written as #fff
Open

$color-1: #ffffff !default; // White

0px should be written without units as 0
Open

      border-radius: 0px 0px 6px 6px;

Expected 0 spaces before ) instead of
Open

$color-action-cancel-brd:        very-light($color-notice,  20 ) !default;
Severity
Category
Status
Source
Language