cbillowes/curious-programmer-oxygen

View on GitHub

Showing 326 of 326 total issues

Heading (h3) has already been defined.
Open

.timeline > li.blog .description h3 {

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

.header .logo,
Severity: Minor
Found in src/components/Gorget/Gorget.css by csslint

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

.icons > .icon {

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

    box-sizing: content-box;

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

.read-next-story.prev {

Don't use IDs in selectors.
Open

#post .cover-blur {
Severity: Minor
Found in src/templates/post.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

Don't use IDs in selectors.
Open

#post .cover .post-wrapper {
Severity: Minor
Found in src/templates/post.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

Values of 0 shouldn't have units specified.
Open

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

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

#post #accordion .card-body a:link,
Severity: Minor
Found in src/templates/post.css by csslint

Don't use IDs in selectors.
Open

#post .body a:link {
Severity: Minor
Found in src/templates/post.css by csslint

Don't use IDs in selectors.
Open

#post .post-wrapper .post-tag-container .button {
Severity: Minor
Found in src/templates/post.css by csslint

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

#post img {
Severity: Minor
Found in src/templates/post.css by csslint

2 IDs in the selector, really?
Open

#post #accordion .card-body a:active,
Severity: Minor
Found in src/templates/post.css by csslint

Don't use IDs in selectors.
Open

#post .body .image-wrapper {
Severity: Minor
Found in src/templates/post.css by csslint

Adjoining classes: #post .body .image-wrapper.loading
Open

#post .body .image-wrapper.loading {
Severity: Minor
Found in src/templates/post.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 2rem 2rem 2rem 2rem;
Severity: Minor
Found in src/templates/post.css by csslint

Don't use IDs in selectors.
Open

#post .body .video-wrapper iframe {
Severity: Minor
Found in src/templates/post.css by csslint

Don't use IDs in selectors.
Open

#post .twitter-tweet {
Severity: Minor
Found in src/templates/post.css by csslint
Severity
Category
Status
Source
Language