3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered clear, float, overflow
Open

      float: right;

Properties should be ordered border-bottom, color, display, padding
Open

    display: block;

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;

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

      padding: 0 0;

Avoid using id selectors
Open

#integration-tabs {

Properties should be ordered background-color, border, border-top, padding
Open

    padding: 2em;

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

      top: line-height-times(-1/2);

Properties should be ordered background-color, border
Open

        border: 1px solid $error-color;

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

     em[id] {

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) 0;

Properties should be ordered position, right, top
Open

  top: 0;

Properties should be ordered -webkit-appearance, border, border-left, border-top, font-size, width
Open

    width: 100%;

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

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

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

   width: 100% / $items;

Properties should be ordered left, margin, padding, position, top, width, z-index
Open

  position: fixed;

Prefer single quoted strings
Open

@import "compass/css3";

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

body, input, textarea {

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

.formtastic .inputs .field > label {

!important should not be used
Open

            width: 216px !important;

Properties should be ordered float, opacity
Open

    opacity: 1;
Severity
Category
Status
Source
Language