Showing 5,271 of 5,271 total issues
Color #FFF
should be written as #fff
Open
Open
color: #FFF;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tr td {
- Exclude checks
Color literals like #757575
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #757575;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
- Exclude checks
Use //
comments everywhere Open
Open
/* text-align:center; */
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6, p {
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
thead { display: table-header-group }
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="button"] {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.products td .vertical-ellipsis-menu {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top-color: black;
- Exclude checks
Color literals like #c82020
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #c82020;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.red,
- Exclude checks
Use //
comments everywhere Open
Open
/* For IE 5.5 - 7 */
- Exclude checks
0px
should be written without units as 0
Open
Open
border: 0px;
- Exclude checks
Color literals like #000000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000000;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
0px
should be written without units as 0
Open
Open
left: 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:after {
- Exclude checks