3scale/porta

View on GitHub

Showing 5,267 of 5,597 total issues

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

.dangerous-button, .formtastic .dangerous-button {

Opening curly brace { should be preceded by one space
Open

#cboxContent{

Properties should be ordered font-size, margin-top
Open

    margin-top: line-height-times(1);

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

        margin-right: line-height-times(1/3);

Properties should be ordered background-color, border, cursor, height, position, right, text-indent, top, width
Open

  position: absolute;

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

  margin: line-height-times(1/2) 0 line-height-times(1);

Avoid vendor prefixes.
Open

::-moz-selection {

!important should not be used
Open

  padding: 0 !important;

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

      padding: 0 0 0 0;

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

        margin-left: line-height-times(1/3);

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{

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

    background: $background-color-base no-repeat line-height-times(1/2) center image-url("drag-icon.png");

Commas in function arguments should be followed by one space
Open

  -webkit-transform: translate3d(0,0,0);

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

    padding: line-height-times(1/2) 0 line-height-times(1/2) line-height-times(1);

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

    table, tr, td {

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

      @include box-shadow(0 0 line-height-times(1/2) $box-shadow-color);

Colon after property should be followed by one space
Open

  position:fixed;

Colon after property should be followed by one space
Open

  width:100%;

Avoid using id selectors
Open

#cboxMiddleLeft, #cboxBottomLeft {

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

  top: line-height-times(2/3);
Severity
Category
Status
Source
Language