app/webpacker/css/admin/reports.scss
border-right: 0
is preferred over border-right: none
Open
Open
border-right: none;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector report__submit-btn
should be written in lowercase with hyphens Open
Open
.report__submit-btn {
- Exclude checks
Selector report__table
should be written in lowercase with hyphens Open
Open
table.report__table {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid using id selectors Open
Open
#report-table {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.report__table {
- Exclude checks
border-left: 0
is preferred over border-left: none
Open
Open
border-left: none;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.loading, .download {
- Exclude checks
Selector report__message
should be written in lowercase with hyphens Open
Open
.report__message {
- Exclude checks
@media declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
thead th {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #eef5fc
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #eef5fc;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
td,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector report__header
should be written in lowercase with hyphens Open
Open
.report__header {
- Exclude checks
@media declaration should be preceded by an empty line Open
Open
@media print {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks