Showing 5,271 of 5,271 total issues
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row:first-child .skinny-head {
- Exclude checks
Color literals like #333
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #333;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0px 0px 5px #fff;
- Exclude checks
Avoid using id selectors Open
Open
#open-street-map {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.9)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: rgba(0, 0, 0, 0.9);
- Exclude checks
Name of mixin tiledPane
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@mixin tiledPane {
- Exclude checks
Name of mixin sidepaddingBg
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@mixin sidepaddingBg {
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-clr1', endColorstr='$gradient-clr2',GradientType=0 );
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-clr1', endColorstr='$gradient-clr2',GradientType=0 );
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Selector is_profile
should be written in lowercase with hyphens Open
Open
&.inactive.is_profile {
- Exclude checks
0px
should be written without units as 0
Open
Open
margin-top: 0px;
- Exclude checks