Showing 657 of 658 total issues
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Color literals like rgba(255, 192, 192, 0.5)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.long {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="checkbox"] {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button:hover {
- Exclude checks
Avoid vendor prefixes. Open
Open
background-image: -ms-linear-gradient(top, $button-bg-active, $red);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
nav .sm li li a {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.medium {
- Exclude checks
Avoid using id selectors Open
Open
#content h3 {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background-image: linear-gradient(top,$button-bg-hover, $dark-red);
- Exclude checks
Color literals like rgba(0, 0, 0, 0.15)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
- Exclude checks
Color literals like rgba(0, 0, 0, 0.15)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
- Exclude checks
Avoid using id selectors Open
Open
#content h2 {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.sidebar header, p {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.75)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
nav ul, .sidebar ul, .header ul, .footer ul {
- Exclude checks
Selector comment_form
should be written in lowercase with hyphens Open
Open
.comment_form p {
- Exclude checks
Selector comment_form
should be written in lowercase with hyphens Open
Open
.comment_form .title {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
nav .sm li ul {
- Exclude checks
Avoid vendor prefixes. Open
Open
background-image: -ms-linear-gradient(top,$button-bg-hover, $dark-red);
- Exclude checks