react-scheduler/react-big-schedule

View on GitHub
src/examples/css/style.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  position: static !important;
Severity: Minor
Found in src/examples/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0px;
Severity: Minor
Found in src/examples/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0px;
Severity: Minor
Found in src/examples/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0px;
Severity: Minor
Found in src/examples/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin-bottom: 0px;
Severity: Minor
Found in src/examples/css/style.css by csslint

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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
Severity: Minor
Found in src/examples/css/style.css by csslint

Element (h1.header-title) is overqualified, just use .header-title without element name.
Open

h1.header-title {
Severity: Minor
Found in src/examples/css/style.css by csslint

Unknown property 'padding-inline'.
Open

  padding-inline: 30px;
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.main-layout {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

body {
Severity: Minor
Found in src/examples/css/style.css by csslint

Expected RBRACE at line 55, col 3.
Open

  .ant-typography {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.home-page {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.main-header {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.logo_img {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.title {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.paragraph {
Severity: Minor
Found in src/examples/css/style.css by csslint

Unexpected token '}' at line 59, col 1.
Open

}
Severity: Minor
Found in src/examples/css/style.css by csslint

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

ol {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.pre {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

::-webkit-scrollbar {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

h1.header-title {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

ul {
Severity: Minor
Found in src/examples/css/style.css by csslint

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

.github-icon svg,
Severity: Minor
Found in src/examples/css/style.css by csslint

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

header {
Severity: Minor
Found in src/examples/css/style.css by csslint

There are no issues that match your filters.

Category
Status