cbillowes/curious-programmer-oxygen

View on GitHub
src/layouts/index.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  color: #272822 !important;
Severity: Minor
Found in src/layouts/index.css by csslint

Use of !important
Open

  color: #fff !important;
Severity: Minor
Found in src/layouts/index.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import url("https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic");
Severity: Minor
Found in src/layouts/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0em;
Severity: Minor
Found in src/layouts/index.css by csslint

The universal selector (*) is known to be slow.
Open

body *::selection {
Severity: Minor
Found in src/layouts/index.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in src/layouts/index.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
Severity: Minor
Found in src/layouts/index.css by csslint

Element (div.gatsby-highlight) is overqualified, just use .gatsby-highlight without element name.
Open

div.gatsby-highlight {
Severity: Minor
Found in src/layouts/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0px;
Severity: Minor
Found in src/layouts/index.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in src/layouts/index.css by csslint

Heading (h4) has already been defined.
Open

h4 { font-size: 1rem; }
Severity: Minor
Found in src/layouts/index.css by csslint

Heading (h3) has already been defined.
Open

h3 { font-size: 1.5rem; margin-top: 1em; }
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.caption {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

h1,
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

a {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

::-moz-selection {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

img::-moz-selection {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

::selection {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

blockquote {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

img::selection {
Severity: Minor
Found in src/layouts/index.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

ul, ol {
Severity: Minor
Found in src/layouts/index.css by csslint

There are no issues that match your filters.

Category
Status