openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

        a, a * {

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 {

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 {

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

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

Avoid using id selectors
Open

#hubs {

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

  @include sidepaddingSm;

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

  margin: 0 0 1rem 0 !important;

Avoid using id selectors
Open

  #message {

0px should be written without units as 0
Open

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

0px should be written without units as 0
Open

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

0px should be written without units as 0
Open

    margin-top: 0px;

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 rgba(255, 255, 255, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: rgba(255, 255, 255, 1);

Avoid qualifying class selectors with an element.
Open

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

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

        color: #f4704c;

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

      color: white;

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

  background-color: white;

Merge rule .off-canvas-wrap ul.off-canvas-list with rule on line 210
Open

.off-canvas-wrap ul.off-canvas-list {

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

    color: white;

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

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