Showing 5,271 of 5,271 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid using id selectors Open
Open
#sub-menu {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:after {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
th.actions,
- Exclude checks
Avoid using id selectors Open
Open
#admin-menu,
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&.button, &.icon_link {
- Exclude checks
Shorthand form for property padding
should be written more concisely as 20px 0 28px
instead of 20px 0 28px 0
Open
Open
padding: 20px 0 28px 0;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tr.ng-enter {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.selected a {
- Exclude checks
Selector icon-resend_authorization_email
should be written in lowercase with hyphens Open
Open
.icon-resend_authorization_email:before { @extend .icon-envelope, :before; }
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Avoid using id selectors Open
Open
#report-table {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
ul li a:hover {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
.icon-capture_and_complete_order { @extend .icon-ok }
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.select2-dropdown-open .select2-choice div b {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > i {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> li {
- Exclude checks
Avoid using id selectors Open
Open
#add-line-item {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid comma sequences in @extend
directives; prefer single placeholder selectors (e.g. %some-placeholder
) Open
Open
@extend [class^="icon-"], :before;
- Exclude checks