cbillowes/curious-programmer-oxygen

View on GitHub

Showing 326 of 326 total issues

Heading (h4) should not be qualified.
Open

.footer .notice-container h4,
Severity: Minor
Found in src/components/Footer/Footer.css by csslint

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

.footer .notice-container {
Severity: Minor
Found in src/components/Footer/Footer.css by csslint

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

.notice-container h4 {
Severity: Minor
Found in src/components/Footer/Footer.css by csslint

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

.icons > .icon {

Don't use IDs in selectors.
Open

#post-listing hr {

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#post .body .video-wrapper {
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

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

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

The property -epub-hyphens is compatible with -moz-hyphens and should be included as well.
Open

    -moz-hyphens: none;
Severity: Minor
Found in src/prism/prism-okaidia.css by csslint

Attribute selectors with *= are slow!
Open

:not(pre) > code[class*="language-"],
Severity: Minor
Found in src/prism/prism-okaidia.css by csslint

Attribute selectors with *= are slow!
Open

pre[class*="language-"] {
Severity: Minor
Found in src/prism/prism-okaidia.css by csslint

Adjoining classes: .token.punctuation
Open

.token.punctuation {
Severity: Minor
Found in src/prism/prism-okaidia.css by csslint

Adjoining classes: .token.string
Open

.token.string,
Severity: Minor
Found in src/prism/prism-okaidia.css by csslint

Adjoining classes: .token.attr-value
Open

.token.attr-value,
Severity: Minor
Found in src/prism/prism-okaidia.css by csslint

Adjoining classes: .token.keyword
Open

.token.keyword {
Severity: Minor
Found in src/prism/prism-okaidia.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: solid 15px #21252988;
Severity: Minor
Found in src/components/About/About.css by csslint

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

.timeline .label {
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

.timeline > li .icon {

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

.timeline > li.blog .icon span:before {
Severity
Category
Status
Source
Language