Showing 5,271 of 5,271 total issues
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
Color #888888
should be written as #888
Open
Open
box-shadow: 1px 3px 10px #888888;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Selector menu_item
should be written in lowercase with hyphens Open
Open
.menu_item {
- 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
Name of variable color_selected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $color_selected;
- Exclude checks
Color literals like #454545
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #454545;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table#customers.index {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.name {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tr.customer {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 15px 0px 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 0px 1px 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
margin: 10px 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 1px 0px 1px;
- Exclude checks
Color #000000
should be written as #000
Open
Open
border-right: 20px solid #000000;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tags-input .tags li.tag-item {
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
$color-1: #ffffff !default; // White
- Exclude checks
0px
should be written without units as 0
Open
Open
border-radius: 0px 0px 6px 6px;
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
$color-action-cancel-brd: very-light($color-notice, 20 ) !default;
- Exclude checks