openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Merge rule .neutral-btn.turquoise with rule on line 3
Open

.neutral-btn.turquoise {

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

.button.primary:hover, .button.primary:active, .button.primary:focus, button.primary:hover, button.primary:active, button.primary:focus {

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

.button.primary:hover, .button.primary:active, .button.primary:focus, button.primary:hover, button.primary:active, button.primary:focus {

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

  background: #14b6cc;

Selector ofn-i_032-closed-sign should be written in lowercase with hyphens
Open

.ofn-i_032-closed-sign:before {

Selector ofn-i_034-timer should be written in lowercase with hyphens
Open

.ofn-i_034-timer:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_036-producers:before {

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_060-producer-reversed should be written in lowercase with hyphens
Open

.ofn-i_060-producer-reversed:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_061-producer-map:before {

Color #ffffff should be written as #fff
Open

      text-shadow: 0 -1px 1px #ffffff;

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

      text-shadow: 0 -1px 1px #ffffff;

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

          color: white;

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

  &, & * {

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

$headingFont: "Oswald";

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

ul.bullet-list, ul.check-list {

Merge rule .neutral-btn.light with rule on line 3
Open

.neutral-btn.light {

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

.neutral-btn.light:hover, .neutral-btn.light:active, .neutral-btn.light:focus {

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

.button.success:hover, .button.success:active, .button.success:focus, button.success:hover, button.success:active, button.success:focus {

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

.button.success:hover, .button.success:active, .button.success:focus, button.success:hover, button.success:active, button.success:focus {
Severity
Category
Status
Source
Language