Showing 6,062 of 6,062 total issues
Color #eeeeee
should be written as #eee
Open
Open
$btn-primary-bg: #eeeeee;
- Create a ticketCreate a ticket
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
$container-desktop: ((940px + $grid-gutter-width));
- Create a ticketCreate a ticket
- Exclude checks
Merge rule .ui-widget-header a
with rule on line 810 Open
Open
.ui-widget-header a {
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #1c94c4;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
text-decoration: none;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #ffe45c image-url("jquery/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #b81900 image-url("jquery/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
- Create a ticketCreate a ticket
- 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;
- Create a ticketCreate a ticket
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Opacity=70
should be written with a single space on each side of the operator: Opacity = 70
Open
Open
filter:Alpha(Opacity=70);
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 16px;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-image: image-url("jquery/ui/ui-icons_ffffff_256x240.png");
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-image: image-url("jquery/ui/ui-icons_ef8c08_256x240.png");
- Create a ticketCreate a ticket
- Exclude checks
Prefer single quoted strings Open
Open
background-image: image-url("jquery/ui/ui-icons_ef8c08_256x240.png");
- Create a ticketCreate a ticket
- Exclude checks
Opacity=50
should be written with a single space on each side of the operator: Opacity = 50
Open
Open
filter: Alpha(Opacity=50);
- Create a ticketCreate a ticket
- Exclude checks
Color #000000
should be written as #000
Open
Open
background: #000000 image-url("jquery/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
0.85
should be written without a leading zero as .85
Open
Open
$font-size-h6: ceil($font-size-base * 0.85);
- Create a ticketCreate a ticket
- Exclude checks
Color literals like #666666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #666666 image-url("jquery/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
- Create a ticketCreate a ticket
- Exclude checks
Prefer single quoted strings Open
Open
background: #000000 image-url("jquery/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
- Create a ticketCreate a ticket
- Exclude checks