openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,538 of 5,538 total issues

Line should be indented with spaces, not tabs
Open

    border-color: #66afe9;

Color literals like rgba(102, 175, 233, 0.6) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

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

.ta-editor.ta-html, .ta-scroll-window.form-control {

Line should be indented with spaces, not tabs
Open

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    height: 10px;

Line should be indented with spaces, not tabs
Open

    border-right: 1px solid black;

border: 0 is preferred over border: none
Open

      border: none;

Color black should be written in hexadecimal form as #000000
Open

        fill: black;

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

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

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

  color: #999;

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

.neutral-btn.dark:hover, .neutral-btn.dark:active, .neutral-btn.dark:focus {

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

  background-color: rgba(0, 0, 0, 0.1);

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

.button, button {

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

.button.success:hover, .button.success:active, .button.success:focus, button.success:hover, button.success:active, button.success:focus {

border: 0 is preferred over border: none
Open

    border: none;

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

  color: #0096ad;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Merge rule a with rule on line 31
Open

a {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

p, ul {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint
Severity
Category
Status
Source
Language