openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

div.sidebar_item {

0px should be written without units as 0
Open

        border-width: 0px 3px 0px 3px;

Avoid qualifying class selectors with an element.
Open

    a.alpha,

Avoid qualifying class selectors with an element.
Open

    span.omega {

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

      background-color: #fff;

Selector default_rules should be written in lowercase with hyphens
Open

.customer_tag,

Selector no_rules should be written in lowercase with hyphens
Open

  .no_rules {

0px should be written without units as 0
Open

        padding: 0px;

Shorthand form for property padding should be written more concisely as 2px 10px instead of 2px 10px 2px 10px
Open

          padding: 2px 10px 2px 10px;

Avoid using id selectors
Open

#new-tag-rule-dialog {

Avoid qualifying class selectors with an element.
Open

button.hide:hover {

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

      &.action-#{$action} td {

0px should be written without units as 0
Open

    padding: 0px 5px;

0px should be written without units as 0
Open

    margin-right: 0px;

0px should be written without units as 0
Open

    left: 0px;

0px should be written without units as 0
Open

      margin: 0px;

0px should be written without units as 0
Open

        padding: 0px 15px 0px 0px;

Avoid qualifying attribute selectors with an element.
Open

  &[open] >,

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

          color: white;

Merge rule i.fa-info-circle with rule on line 170
Open

    i.fa-info-circle {
Severity
Category
Status
Source
Language