cbillowes/curious-programmer-oxygen

View on GitHub

Showing 326 of 326 total issues

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

    .read-next-story {

Don't use IDs in selectors.
Open

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

2 IDs in the selector, really?
Open

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

Don't use IDs in selectors.
Open

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

Heading (h2) should not be qualified.
Open

    #post #accordion h2 img  {
Severity: Minor
Found in src/templates/post.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.prolog
Open

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

Adjoining classes: .token.symbol
Open

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

Adjoining classes: .token.builtin
Open

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

Adjoining classes: .token.variable
Open

.token.variable {
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.bold
Open

.token.bold {
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

Heading (h2) should not be qualified.
Open

  .timeline > li .meta h2 {
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

@font-face {

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

.timeline > li .icon span:before {

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

.timeline > li.podcast .icon span:before {

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

.timeline > li.project .icon span:before {

Heading (h3) has already been defined.
Open

.timeline > li.award .description h3 {

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

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