openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/shared/typography.scss

Summary

Maintainability
Test Coverage

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

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

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

h1,h2,h3,h4,h5,h6 {

Declaration should be terminated by a semicolon
Open

.align-center  { text-align: center  }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

h1,h2,h3,h4,h5,h6 {

Opening curly brace { should be preceded by one space
Open

.align-center  { text-align: center  }

Declaration should be terminated by a semicolon
Open

.align-justify { text-align: justify }

Avoid qualifying class selectors with an element.
Open

input.text-big {

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

h1,h2,h3,h4,h5,h6 {

Declaration should be terminated by a semicolon
Open

.blue   { color: $color-3 }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

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

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

strong, b {

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

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

Begin pseudo elements with double colons: ::
Open

  dd:after {

Opening curly brace { should be preceded by one space
Open

.align-right   { text-align: right   }

Rule declaration should be followed by an empty line
Open

  }

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

  dt, dd {

Opening curly brace { should be preceded by one space
Open

.align-left    { text-align: left    }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

  border-bottom: 1px solid white;

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

h1,h2,h3,h4,h5,h6 {

Rule declaration should be followed by an empty line
Open

  }

Declaration should be terminated by a semicolon
Open

.yellow { color: $color-6 }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

Declaration should be terminated by a semicolon
Open

.align-right   { text-align: right   }

Declaration should be terminated by a semicolon
Open

.align-left    { text-align: left    }

Opening curly brace { should be preceded by one space
Open

.blue   { color: $color-3 }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

h1,h2,h3,h4,h5,h6 {

Declaration should be terminated by a semicolon
Open

h2 { font-size: $h2-size; line-height: $h1-size + 4 }

Declaration should be terminated by a semicolon
Open

.green  { color: $color-2 }

Opening curly brace { should be preceded by one space
Open

.red    { color: $color-5 }

0px should be written without units as 0
Open

  padding: 40px 0px;

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

  border-bottom: 1px solid white;

Rule declaration should be followed by an empty line
Open

  }

Opening curly brace { should be preceded by one space
Open

.uppercase     { text-transform: uppercase }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

border-left: 0 is preferred over border-left: none
Open

  border-left: none;

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

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

Declaration should be terminated by a semicolon
Open

h1 { font-size: $h1-size; line-height: $h1-size + 6 }

Declaration should be terminated by a semicolon
Open

h3 { font-size: $h3-size; line-height: $h1-size + 2 }

Declaration should be terminated by a semicolon
Open

h4 { font-size: $h4-size; line-height: $h1-size }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

Rule declaration should be followed by an empty line
Open

  }

Declaration should be terminated by a semicolon
Open

h5 { font-size: $h5-size; line-height: $h1-size }

Declaration should be terminated by a semicolon
Open

h6 { font-size: $h6-size; line-height: $h1-size }

Declaration should be terminated by a semicolon
Open

.uppercase     { text-transform: uppercase }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

Opening curly brace { should be preceded by one space
Open

.green  { color: $color-2 }

Declaration should be terminated by a semicolon
Open

.red    { color: $color-5 }

There are no issues that match your filters.

Category
Status