Showing 5,271 of 5,271 total issues
Avoid using id selectors Open
Open
table#enterprise-relationships,
- Exclude checks
Selector report__table
should be written in lowercase with hyphens Open
Open
table.report__table {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ffffff !important;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 10px 0 15px
instead of 10px 0 15px 0
Open
Open
padding: 10px 0 15px 0;
- Exclude checks
border-top: 0
is preferred over border-top: none
Open
Open
border-top: none;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.icon-resume:before { @extend .icon-refresh, :before; }
- Exclude checks
@media declaration should be preceded by an empty line Open
Open
@media all and (min-width: $tablet_breakpoint) {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.icon-trash:hover, .icon-void:hover {
- Exclude checks
Selector icon-capture_and_complete_order
should be written in lowercase with hyphens Open
Open
.icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.actions {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1,h2,h3,h4,h5,h6 {
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
.align-center { text-align: center }
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
.align-justify { text-align: justify }
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.text-big {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks