openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      &.closed, &.open {

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

        .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

Color #FFFFFF should be written as #ffffff
Open

      background-color: #FFFFFF;

0px should be written without units as 0
Open

    text-shadow: 0px 0px 5px #fff;

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

  map, .angular-google-map-container, google-map, .angular-google-map {

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

    @include big-input(#888, #333, $clr-brick);

Avoid qualifying class selectors with an element.
Open

nav.top-bar {

Avoid qualifying class selectors with an element.
Open

.top-bar-section ul li > a.top-bar--menu-item-with-icon {

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

  li:not(.has-form), li:not(.has-form) a:not(.button), li:not(.has-form) a:not(.button):hover {

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

  li:not(.has-form), li:not(.has-form) a:not(.button), li:not(.has-form) a:not(.button):hover {

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

      color: white;

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

        background-color: white;

Merge rule .tab-bar .ofn-logo with rule on line 168
Open

.tab-bar .ofn-logo {

Color #111111 should be written as #111
Open

  text-shadow: 0 -1px 1px #111111, 0 1px 2px #222222;

Shorthand form for property margin should be written more concisely as 0 0.25rem 0.75rem instead of 0 0.25rem 0.75rem 0.25rem
Open

    margin: 0 0.25rem 0.75rem 0.25rem;

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

    &:hover, &:active, &:focus {

Avoid qualifying class selectors with an element.
Open

        a.hub {

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

      &:hover, &:active, &:focus {

Selector open_closed should be written in lowercase with hyphens
Open

    .open_closed {

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row:first-child .skinny-head {
Severity
Category
Status
Source
Language