cbillowes/curious-programmer-oxygen

View on GitHub

Showing 326 of 326 total issues

Use of !important
Open

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

Don't use IDs in selectors.
Open

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

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

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

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

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

Adjoining classes: .token.entity
Open

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

Values of 0 shouldn't have units specified.
Open

    padding-top: 0px;
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 {
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

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

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

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

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

.menu-bar.active {
Severity: Minor
Found in src/components/MenuBar/MenuBar.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

Heading (h2) should not be qualified.
Open

#post #accordion h2:hover {
Severity: Minor
Found in src/templates/post.css by csslint

2 IDs in the selector, really?
Open

#post #accordion h2 img {
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

Adjoining classes: .token.builtin
Open

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

Use of !important
Open

    display: block !important;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

Values of 0 shouldn't have units specified.
Open

    left: 0px;
Severity: Minor
Found in src/components/Footer/Footer.css by csslint

Fallback border-top (hex or RGB) should precede RGBA border-top.
Open

    border-top: 1px solid rgba(0,0,0,.1);

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

.read-next {
Severity
Category
Status
Source
Language