openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

Selector formError should be written in lowercase with hyphens
Open

  span.formError {

Selector active_table_row should be written in lowercase with hyphens
Open

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

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

      .active_table_row {

Selector active_table_row should be written in lowercase with hyphens
Open

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

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

    .fat-properties {

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

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

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

      color: white;

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

  label.indent-checkbox {

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

.off-canvas-list li.language-switcher ul li {

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

  ol, ul, p {

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

    background: white;

Merge rule .off-canvas-wrap .tab-bar .menu-icon with rule on line 210
Open

.off-canvas-wrap .tab-bar .menu-icon {

Avoid using id selectors
Open

        &#hub-panel, &#both-panel {

Name of variable border-radius-BR should be written in all lowercase letters with hyphens instead of underscores
Open

  border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;

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

        color: white;

Unnecessary parent selector (&)
Open

    &, & * {

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

      &:hover, &:focus {

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

      a:hover, a:active, a:focus {
Severity
Category
Status
Source
Language