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

  #details, #billing, #shipping, #payment {

Avoid qualifying class selectors with an element.
Open

    &.dirty label.alert {

Rule declaration should be followed by an empty line
Open

    }

Merge rule orderdetails table tr th with rule on line 19
Open

  orderdetails table tr th {

Begin pseudo elements with double colons: ::
Open

        &:-moz-placeholder { @content; }

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

    location {

Avoid qualifying class selectors with an element.
Open

  nav.top-bar {

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

      ul.left li, ul.right li {

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

      ul.right li.cart div.joyride-tip-guide {

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

        color: rgba(white, 1);

Shorthand form for property margin should be written more concisely as -140px auto 0 instead of -140px auto 0 auto
Open

      margin: (-140px) auto 0 auto;

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

      &, p, h1, h2, h3, h4, h5, h6 {

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

      &, p, h1, h2, h3, h4, h5, h6 {

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

      p.text-big {

Avoid using id selectors
Open

#brand-story.pane {

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

        .options-text {

Rule declaration should be preceded by an empty line
Open

    .content {

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

    label, label.alert, label.success, &.valid label.alert, &.dirty label.success {

Avoid qualifying class selectors with an element.
Open

    label, label.alert, label.success, &.valid label.alert, &.dirty label.success {

Use // comments everywhere
Open

        /* Capability #{$capability} is prefixed with #{$prefix} because #{$should-use-prefix} is required. */
Severity
Category
Status
Source
Language