openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

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

  map, .angular-google-map-container, google-map, .angular-google-map {

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

    &:active, &:focus, &.active {

Color literals like rgba(255, 255, 255, 0.85) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

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

  map, .angular-google-map-container, google-map, .angular-google-map {

Avoid using id selectors
Open

  #pac-input {

Avoid using id selectors
Open

  #open-street-map {

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

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

Avoid using id selectors
Open

  #open-street-map--search {

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

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

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

    @include big-input(#888, #333, $clr-brick);

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);

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

    &:active, &:focus, &.active {

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);

There are no issues that match your filters.

Category
Status