assets/css/scss/components/_typography.scss
Line should be indented with spaces, not tabs Open
Open
big {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
em {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Prefer single quoted strings Open
Open
url("../fonts/noto_sans/NotoSans-Italic.woff2") format("woff");
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
address {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
src: local("Noto Sans Italic"),
- Exclude checks
Prefer single quoted strings Open
Open
url("../fonts/noto_sans/NotoSans-Italic.woff") format("woff"),
- Exclude checks
Expected item on line 44 to appear before line 41. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media(">=tablet") {
- Exclude checks
Prefer single quoted strings Open
Open
src: local("Noto Sans Italic"),
- Exclude checks
Prefer single quoted strings Open
Open
url("../fonts/noto_sans/NotoSans-Italic.woff") format("woff"),
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
dl {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
strong {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
blockquote {
- Exclude checks
Properties should be ordered border-radius, border-style, border-width, display, font-family, font-size, margin, padding, position, text-align Open
Open
font-family: "Noto Sans Italic", sans-serif;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& p {
- Exclude checks
Properties should be ordered margin-bottom, margin-top Open
Open
margin-top: 0;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
h3,
- Exclude checks
Prefer single quoted strings Open
Open
font-family: "Noto Sans Italic";
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > dd {
- Exclude checks
Merge rule em
with rule on line 26 Open
Open
em {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
pre {
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-family: "Noto Sans Italic";
- Exclude checks
Prefer single quoted strings Open
Open
url("../fonts/noto_sans/NotoSans-Italic.woff2") format("woff");
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
p {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
ol,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
p {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\2014";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
h6,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
small {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
h1,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
h5,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
table,
- Exclude checks
Properties should be ordered font-size, font-style, line-height Open
Open
font-style: italic;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
& + dt {
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Prefer single quoted strings Open
Open
content: "”";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
em {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > dt {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& + dt {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.white {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& cite {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
h4,
- Exclude checks