3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

   &.active {

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

     .CodeMirror-cursor {

Begin pseudo elements with double colons: ::
Open

.deployment_option_plugin_csharp span:before {

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

  background-color: white;

Avoid using id selectors
Open

#open-portal-to-public {

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

      margin: -26px 0 0 0;

border-top: 0 is preferred over border-top: none
Open

    border-top: none;

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

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

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 {

Avoid using id selectors
Open

#wrapper {

Properties should be ordered color, cursor, display, float, font-size
Open

    display: none;

Avoid using id selectors
Open

#nav {

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

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

Properties should be ordered color, cursor, float, margin-right, margin-top
Open

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

0.05 should be written without a leading zero as .05
Open

    background: rgba(0, 0, 0, 0.05);

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

body, input, textarea {

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

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

Properties should be ordered border, display, margin-left, padding-top, vertical-align, width
Open

    display: inline-block;

0px should be written without units as 0
Open

      padding: 0px 10px 10px 10px;

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

    margin: 0 auto 0;
Severity
Category
Status
Source
Language