3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Commas in function arguments should be followed by one space
Open

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

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

    table, tr, td {

Opening curly brace { should be preceded by one space
Open

#cboxClose{

Avoid using id selectors
Open

#cboxClose{

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

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

Prefer single quoted strings
Open

    @include iconic("\f057\0000a0");

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

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

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

ul, p, ol, dl {

Properties should be ordered display, font-size, position, right, top
Open

    position: absolute;

!important should not be used
Open

  display: none !important;

Unnecessary parent selector (&)
Open

    & > a,

border: 0 is preferred over border: none
Open

      border: none;

!important should not be used
Open

  margin: 0 !important;

Begin pseudo elements with double colons: ::
Open

.fa-keycloak:before {

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

  .button.cancel, a.cancel {

!important should not be used
Open

      text-align: left !important;

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

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

Properties should be ordered height, padding
Open

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

0.1 should be written without a leading zero as .1
Open

$error-background-color: rgba($error-color, 0.1);
Severity
Category
Status
Source
Language