Showing 5,271 of 5,271 total issues
Begin pseudo elements with double colons: ::
Open
Open
> details[open] > summary:after {
- Exclude checks
Color literals like #0096ad
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #0096ad;
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
border-top: 1px solid black;
- 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
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
Color literals like #6f6f6f
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #6f6f6f;
- Exclude checks
Use //
comments everywhere Open
Open
/* font-weight:bold; */
- Exclude checks
Use //
comments everywhere Open
Open
/* makes it centered */
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
input[type="button"] {
- Exclude checks
Color literals like #fff4e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fff4e6;
- Exclude checks
Use //
comments everywhere Open
Open
/* For IE 8 */
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.active a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
span.text {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.text {
- Exclude checks
Avoid using id selectors Open
Open
#login-nav {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.2)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
- Exclude checks
Color literals like rgba(0, 0, 0, 0.2)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.blue span:before {
- Exclude checks
Color literals like #c60f13
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #c60f13;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&,
- Exclude checks