Showing 657 of 658 total issues
Use //
comments everywhere Open
Open
/* ========== ( user profiles ) ========== */
- Exclude checks
Avoid vendor prefixes. Open
Open
background-image: -webkit-linear-gradient(top,$button-bg-hover, $dark-red);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
strong, b {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
nav .sm li li a:hover {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
nav .sm li li li {
- Exclude checks
Color literals like rgba(255, 96, 96, 0.85)
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
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
nav .sm li li:last-child a {
- Exclude checks
Avoid using id selectors Open
Open
#footer {
- Exclude checks
Avoid using id selectors Open
Open
#footer a:hover {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background-image: -moz-linear-gradient(top,$button-bg-hover, $dark-red);
- 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
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
Color literals like rgba(255, 96, 96, 0.85)
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(255, 96, 96, 0.85)
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
Avoid vendor prefixes. Open
Open
background-image: -moz-linear-gradient(top,$button-bg-hover, $dark-red);
- Exclude checks
Avoid vendor prefixes. Open
Open
background-image: -webkit-linear-gradient(top, $button-bg-active, $red);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
nav .sm li li {
- Exclude checks
Selector comment_form
should be written in lowercase with hyphens Open
Open
.comment_form {
- Exclude checks
Selector comment_form
should be written in lowercase with hyphens Open
Open
.comment_form .author {
- Exclude checks