openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/mail/email.scss

Summary

Maintainability
Test Coverage

Color #FFF should be written as #fff
Open

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

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

    border-bottom: 1px solid black;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    h4 {
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, h2, h3, h4, h5, h6 {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

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

Avoid qualifying class selectors with an element.
Open

  table.social div[class="column"] {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

Avoid qualifying class selectors with an element.
Open

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

Avoid qualifying class selectors with an element.
Open

table.order-summary {
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

Merge rule .collapse with rule on line 15
Open

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

Merge rule p with rule on line 47
Open

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

Declaration should be terminated by a semicolon
Open

tr { page-break-inside: avoid }
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Color #FFF should be written as #fff
Open

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

Use // comments everywhere
Open

        /*     font-weight:bold; */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

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

    background-color: #000 !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Merge rule img.float-right with rule on line 11
Open

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

Avoid qualifying class selectors with an element.
Open

table.head-wrap {
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

Color #FFFFFF should be written as #FFF
Open

        border-top: 1px solid #FFFFFF;
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, h2, h3, h4, h5, h6, p {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

/* Be sure to place a .clear element after each set of columns, just to be safe */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

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

0px should be written without units as 0
Open

  border-spacing: 0px 10px;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

Selector quantity_was should be written in lowercase with hyphens
Open

del.quantity_was {
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, h2, h3, h4, h5, h6, p {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

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

Declaration should be terminated by a semicolon
Open

thead { display: table-header-group }
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Merge rule table with rule on line 70
Open

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

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

  border-top: 1px solid rgb(215, 215, 215);
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, h2, h3, h4, h5, h6 {
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, h2, h3, h4, h5, h6, p {
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, h2, h3, h4, h5, h6, p {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

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

Use // comments everywhere
Open

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

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

  color: #FFF;
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

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

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

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

        border-bottom: 1px solid #777777;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

        border-top: 1px solid #FFFFFF;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

  /* makes it centered */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Declaration should be terminated by a semicolon
Open

tfoot { display: table-row-group }
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

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

Avoid qualifying class selectors with an element.
Open

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

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

    border-bottom: 1px solid black;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    background-color: #fb3958 !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

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

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

    background: #ebebeb;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

        /*     text-align:center; */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Color #FFFFFF should be written as #ffffff
Open

        border-top: 1px solid #FFFFFF;
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, h2, h3, h4, h5, h6, p {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

/* Let's make sure tables in the content area are 100% wide */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

      border-top: 1px solid black;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    background-color: #DB4A39 !important;
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

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

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

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

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

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

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

Use // comments everywhere
Open

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

Avoid qualifying class selectors with an element.
Open

.footer-wrap .container td.content p {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

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

Use // comments everywhere
Open

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

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

    tr:first-child td {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

      border-top: 1px solid black;
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

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

    background-color: #1daced !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

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

.footer-wrap .container td.content p {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

0px should be written without units as 0
Open

    margin-bottom: 0px;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    border: 1px solid #ebebeb;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

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

    background-color: #3B5998 !important;
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, h2, h3, h4, h5, h6 {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

  color: #999;
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, h2, h3, h4, h5, h6, p {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

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

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

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

    background-color: white !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    background-color: #0073b2 !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

0px should be written without units as 0
Open

    padding-left: 0px;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

/* -------------------------------------
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, h2, h3, h4, h5, h6 {
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, h2, h3, h4, h5, h6 {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

0px should be written without units as 0
Open

          border-bottom-width: 0px;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

/* This should also be a block element, so that it will fill 100% of the .container */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

  div[class="column"] {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

0px should be written without units as 0
Open

  margin: 0px;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    background-color: white !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Color #3B5998 should be written as #3b5998
Open

    background-color: #3B5998 !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

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

Merge rule .column table with rule on line 370
Open

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

Avoid qualifying attribute selectors with an element.
Open

  a[class="btn"] {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

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

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

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

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

Color #DB4A39 should be written as #db4a39
Open

    background-color: #DB4A39 !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

Avoid qualifying class selectors with an element.
Open

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

Color #777777 should be written as #777
Open

        border-bottom: 1px solid #777777;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Use // comments everywhere
Open

/* Odds and ends */
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

  table.social div[class="column"] {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

There are no issues that match your filters.

Category
Status