cbillowes/curious-programmer-oxygen

View on GitHub

Showing 326 of 326 total issues

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

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

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

  padding: 10px;

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

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

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

.timeline > li.podcast .meta a:hover {

Heading (h3) has already been defined.
Open

.timeline > li.talk .description h3 {

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 {

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

h1,
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

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

#post .cover,
Severity: Minor
Found in src/templates/post.css by csslint

Don't use IDs in selectors.
Open

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

2 IDs in the selector, really?
Open

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

Heading (h2) has already been defined.
Open

    #post #accordion h2 {
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.italic
Open

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

Using height 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

Use of !important
Open

  font-size: 1em !important;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

.timeline > li.work .meta a:hover {
Severity
Category
Status
Source
Language