cbillowes/curious-programmer-oxygen

View on GitHub

Showing 326 of 326 total issues

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

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

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

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

Don't use IDs in selectors.
Open

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

Adjoining classes: .token.comment
Open

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

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

.page-container {
Severity: Minor
Found in src/components/About/About.css by csslint

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

.bio {
Severity: Minor
Found in src/components/About/About.css by csslint

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

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

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

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

Don't use IDs in selectors.
Open

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

Heading (h3) should not be qualified.
Open

.timeline > li.book .description h3 {

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(255,255,255,.5);
Severity: Minor
Found in src/templates/post.css by csslint

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

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

Don't use IDs in selectors.
Open

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

Adjoining classes: .menu-bar .menu-item.selected
Open

.menu-bar .menu-item.selected {
Severity: Minor
Found in src/components/MenuBar/MenuBar.css by csslint

Use of !important
Open

    color: #cc0000 !important;
Severity: Minor
Found in src/templates/post.css by csslint

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

#post-listing hr {

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

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

Heading (h2) should not be qualified.
Open

    #post #accordion h2 img  {
Severity: Minor
Found in src/templates/post.css by csslint
Severity
Category
Status
Source
Language