cbillowes/curious-programmer-oxygen

View on GitHub
src/components/About/Timeline.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  font-size: 1em !important;
Severity: Minor
Found in src/components/About/Timeline.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

    padding-top: 0px;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

Values of 0 shouldn't have units specified.
Open

  padding: 0px;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-left: 0px;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-top: 0em;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

    padding-right: 165px;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

    border: solid 1px #21252933;
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: 1em;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

    border-left: none;
Severity: Minor
Found in src/components/About/Timeline.css by csslint

Heading (h2) has already been defined.
Open

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

Heading (h2) has already been defined.
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

  .timeline:before {
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 {
Severity: Minor
Found in src/components/About/Timeline.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

Heading (h2) should not be qualified.
Open

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

Heading (h2) should not be qualified.
Open

header h2 {
Severity: Minor
Found in src/components/About/Timeline.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 .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 {
Severity: Minor
Found in src/components/About/Timeline.css by csslint

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

  .timeline > li .meta {
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:after {
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 {
Severity: Minor
Found in src/components/About/Timeline.css by csslint

Heading (h3) should not be qualified.
Open

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

There are no issues that match your filters.

Category
Status