Growstuff/growstuff

View on GitHub

Showing 4,018 of 4,054 total issues

Rule declaration should be preceded by an empty line
Open

      a {

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

      .img-card {

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

    input {

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

    a {

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

    a {

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

      a {

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

    h5 {

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

    h4 {

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

      .card-title {

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.photo-grid:after {

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

  .navbar .nav > li {

Color red should be written in hexadecimal form as #ff0000
Open

  color: red;

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

    h3 {

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

    h3,

Rule declaration should be followed by an empty line
Open

}

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

    input::placeholder {

Avoid using id selectors
Open

#maincontainer {

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

    dd {

Avoid qualifying class selectors with an element.
Open

img.avatar {
Severity
Category
Status
Source
Language