Showing 5,271 of 5,271 total issues
Avoid qualifying class selectors with an element. Open
Open
a.selector {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Color literals like rgba(255, 255, 255, 0.25)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
rgba(255, 255, 255, 0.25) 10px
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button {
- Exclude checks
Avoid using id selectors Open
Open
#info-dialog,
- Exclude checks
Avoid using id selectors Open
Open
#info-dialog,
- Exclude checks
Use //
comments everywhere Open
Open
/**
- Exclude checks
Shorthand form for property padding
should be written more concisely as 0px 5px
instead of 0px 5px 0px 5px
Open
Open
padding: 0px 5px 0px 5px;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 8px
instead of 8px 8px
Open
Open
padding: 8px 8px;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #30a2e4
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Color literals like rgba(255, 255, 255, 0.25)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- Exclude checks
Color literals like #005d93
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #005d93;
- Exclude checks
Color literals like #008cdd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
- Exclude checks
Color literals like #239adf
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
- Exclude checks
Color literals like #ebebeb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ebebeb;
- Exclude checks
Color literals like rgb(215, 215, 215)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 1px solid rgb(215, 215, 215);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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