3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered color, font-weight, margin, position, text-align
Open

    position: relative;

Avoid using id selectors
Open

#cms-sidebar {

!important should not be used
Open

    color: $glow-color !important;

Properties should be ordered display, max-width, padding-right
Open

    max-width: 96%;

Commas in function arguments should be followed by one space
Open

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

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

   tr:nth-child(2n-1) {

Begin pseudo elements with double colons: ::
Open

  .fa-folder-open:hover:before {

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

   .cm-s-neat {

Avoid using id selectors
Open

#cms-template-editor-tabs {

Properties should be ordered background-color, color, margin
Open

  margin: 0;

Avoid using id selectors
Open

  #signup-text-column {

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

        &.error input, &.error.string input, &.error.password input, &.error.email input, &.phone input {

Nesting should be no greater than 5, but was 6
Open

          input {

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

    top: calc(50% - #{line-height-times(1/2)});

Properties should be ordered float, font-size, line-height, margin-bottom, text-align, width
Open

    text-align: right;

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

    background-color: rgba(white, 0.5);

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

  margin: 0 0 0 0;

Shorthand form for property padding should be written more concisely as line-height-times(1 / 4, true) 0 line-height-times(1 / 4) instead of line-height-times(1 / 4, true) 0 line-height-times(1 / 4) 0
Open

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

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 border-top, margin, padding
Open

    margin: 25px 0 0 0;
Severity
Category
Status
Source
Language