openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Begin pseudo elements with double colons: ::
Open

.ofn-i_048-play-video:before {

Selector ofn-i_049-web should be written in lowercase with hyphens
Open

.ofn-i_049-web:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_051-check-big:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_053-point-up:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_055-point-left:before {

Line should be indented with spaces, not tabs
Open

    content: "\e637";

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_071-globe should be written in lowercase with hyphens
Open

.ofn-i_071-globe:before {

Color #ffffff should be written as #fff
Open

            color: #ffffff;

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

.fat-taxons, .fat-properties {

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

        fill: #555;

Empty rule
Open

    render-svg {}

Name of mixin bodyFont should be written in all lowercase letters with hyphens instead of underscores
Open

  @include bodyFont;

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

  color: #333333;

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

.neutral-btn.dark {

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

.button.primary, button.primary {

Avoid qualifying class selectors with an element.
Open

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

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

  background: rgba(0, 0, 0, 0.3);

Begin pseudo elements with double colons: ::
Open

.ofn-i_023-refresh:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_027-shopping-cart:before {
Severity
Category
Status
Source
Language