openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);

Empty rule
Open

      &:before {

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

    }

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

      color: #ffffff;

Color #ffffff should be written as #fff
Open

      color: #ffffff;

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"],

Selector ui-timepicker-oneLine should be written in lowercase with hyphens
Open

.ui-timepicker-div.ui-timepicker-oneLine dl dd {

Avoid qualifying class selectors with an element.
Open

.ts-dropdown .create:hover,

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

.ts-dropdown .create:hover,

Rule declaration should be followed by an empty line
Open

    }

Selector connected-app__vine should be written in lowercase with hyphens
Open

.connected-app__vine {

Selector connected-app__vine-content should be written in lowercase with hyphens
Open

  .connected-app__vine-content {

Shorthand form for property padding should be written more concisely as 15px 2px 0px instead of 15px 2px 0px 2px
Open

      padding: 15px 2px 0px 2px;

0px should be written without units as 0
Open

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

Selector dashboard_tab should be written in lowercase with hyphens
Open

    div.dashboard_tab {

Shorthand form for property border-width should be written more concisely as 0px 1px instead of 0px 1px 0px 1px
Open

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

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

  color: #828282;

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

    border: 1px solid #adadad;

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

        color: #454545;
Severity
Category
Status
Source
Language