openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/shop_tabs.scss

Summary

Maintainability
Test Coverage

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

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

      ul {

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

      h5 {

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

        &:hover {

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

      p {

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

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

      &, &:hover {

Shorthand form for property padding should be written more concisely as 0.35em 0 0.65em instead of 0.35em 0 0.65em 0
Open

        padding: 0.35em 0 0.65em 0;

border: 0 is preferred over border: none
Open

    border: none;

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

      .custom-tab {

Avoid using id selectors
Open

#shop-tabs {

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

        a {

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

      &:hover, &:active {

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

      img {

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

      .header {

Name of mixin headingFont should be written in all lowercase letters with hyphens instead of underscores
Open

      @include headingFont;

border: 0 is preferred over border: none
Open

      border: none;

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

      a {

There are no issues that match your filters.

Category
Status