denny/ShinyCMS-ruby

View on GitHub

Showing 657 of 658 total issues

border: 0 is preferred over border: none
Open

  border: none;

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

  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);

Avoid qualifying class selectors with an element.
Open

input.long {

Avoid qualifying attribute selectors with an element.
Open

input[type="checkbox"] {

Avoid qualifying class selectors with an element.
Open

a.button:hover {

Avoid vendor prefixes.
Open

  background-image: -ms-linear-gradient(top, $button-bg-active, $red);

Selector should have depth of applicability no greater than 3, but was 5
Open

nav .sm li li a {

Avoid qualifying class selectors with an element.
Open

input.medium {

Avoid using id selectors
Open

#content h3 {

Commas in function arguments should be followed by one space
Open

  background-image: linear-gradient(top,$button-bg-hover, $dark-red);

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

  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);

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

  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);

Avoid using id selectors
Open

#content h2 {

Each selector in a comma sequence should be on its own single line
Open

.sidebar header, p {

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

  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);

Each selector in a comma sequence should be on its own single line
Open

nav ul, .sidebar ul, .header ul, .footer ul {

Selector comment_form should be written in lowercase with hyphens
Open

.comment_form p {

Selector comment_form should be written in lowercase with hyphens
Open

.comment_form .title {

Selector should have depth of applicability no greater than 3, but was 4
Open

nav .sm li ul {

Avoid vendor prefixes.
Open

  background-image: -ms-linear-gradient(top,$button-bg-hover, $dark-red);
Severity
Category
Status
Source
Language