rusty1s/react-pattern-library

View on GitHub
src/atoms/List/list.css

Summary

Maintainability
Test Coverage

@import prevents parallel downloads, use <link> instead.
Open

@import "../globals/font.css";
Severity: Minor
Found in src/atoms/List/list.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import "../../globals/color.css";
Severity: Minor
Found in src/atoms/List/list.css by csslint

The universal selector (*) is known to be slow.
Open

    & > * {
Severity: Minor
Found in src/atoms/List/list.css by csslint

Rule is empty.
Open

.itemize {
Severity: Minor
Found in src/atoms/List/list.css by csslint

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

  & > li {
Severity: Minor
Found in src/atoms/List/list.css by csslint

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

.enumerate {
Severity: Minor
Found in src/atoms/List/list.css by csslint

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

.default {
Severity: Minor
Found in src/atoms/List/list.css by csslint

There are no issues that match your filters.

Category
Status