3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Declaration should be terminated by a semicolon
Open

    h1 { color: $color }

Unnecessary parent selector (&)
Open

  & > ul {

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

     a {

Commas in function arguments should be followed by one space
Open

$subsection-bg-color: rgba(0,0,0,0.05);

!important should not be used
Open

       border-left: none !important;

Properties should be ordered background-color, border, border-bottom, text-align
Open

      text-align: center;

Properties should be ordered border-right, margin, overflow, padding, text-align
Open

    margin: 0;

Line should be indented 4 spaces, but was indented 3 spaces
Open

   border-left: $border-width solid $border-color;

Color literals like green should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  .plus { color: green; }

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

html, body, #content {

border: 0 is preferred over border: none
Open

    border: none;

!important should not be used
Open

      margin-left: 0.5em !important;

0.5 should be written without a leading zero as .5
Open

      padding: 5px 0 5px 0.5em;

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

        &.commit {

Color literals like rgba(white, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: rgba(white, 0.5);

Opening curly brace { should be preceded by one space
Open

  &-values{

Properties should be ordered float, margin, width
Open

  width: 20%;

Properties should be ordered color, list-style
Open

    list-style: none outside;

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

    padding: line-height-times(1/4, true) 0 line-height-times(1/4) 0;

Properties should be ordered float, width
Open

  width: 100%;
Severity
Category
Status
Source
Language