openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

  &.state-complete td:first-child {

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

  background-image: linear-gradient(#28a0e5, #015e94);

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(#7dc5ee, #008cdd 85%, #30a2e4);

Begin pseudo elements with double colons: ::
Open

    &:before {

Begin pseudo elements with double colons: ::
Open

    &.light-blue span:before {

Rule declaration should be followed by an empty line
Open

      }

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 #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

          color: #fff;

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

    color: #ffffff;

Avoid using id selectors
Open

#content-header .ofn-drop-down {

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

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

Avoid qualifying attribute selectors with an element.
Open

      > input[type="text"] {

Merge rule a with rule on line 31
Open

a {

Avoid qualifying class selectors with an element.
Open

.footer-wrap .container td.content p {

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

        border-bottom: 1px solid #777777;

Color #FFFFFF should be written as #FFF
Open

        border-top: 1px solid #FFFFFF;

Use // comments everywhere
Open

/* Let's make sure tables in the content area are 100% wide */

Avoid qualifying class selectors with an element.
Open

  img.float-right {

Avoid qualifying class selectors with an element.
Open

body.modal-open #admin-menu li.selected a::after {

Unnecessary parent selector (&)
Open

    & > a {
Severity
Category
Status
Source
Language