3scale/porta

View on GitHub

Showing 5,298 of 5,634 total issues

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 font-size, list-style, margin
Open

  list-style: none inside;

Properties should be ordered float, margin, width
Open

  width: 20%;

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

  .proxy-on-premise, .proxy-hosted-3scale {

!important should not be used
Open

  margin-top: line-height-times(-3) !important;

!important should not be used
Open

      padding-bottom: 0 !important;

Avoid using id selectors
Open

#integration-tabs {

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

      border-bottom: line-height-times(1/4) $color solid;

Unnecessary parent selector (&)
Open

  & > ul {

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

     a {

Shorthand form for property margin should be written more concisely as 2em auto 0 instead of 2em auto 0 auto
Open

  margin: 2em auto 0 auto;

Commas in function arguments should be followed by one space
Open

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

Begin pseudo elements with double colons: ::
Open

  .fa-folder-open:hover:before {

Begin pseudo elements with double colons: ::
Open

      &:after {

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

.formtastic.cms_template, .formtastic.cms_section, .formtastic.cms_file {

Avoid using id selectors
Open

#cms-sidebar-filter-type {

Properties should be ordered border-left, box-sizing, width
Open

    box-sizing: border-box;

!important should not be used
Open

      margin-left: 0.5em !important;

!important should not be used
Open

            width: 216px !important;
Severity
Category
Status
Source
Language