3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

    background-color: rgba(white, 0);

!important should not be used
Open

      color: $glow-color !important;

Avoid vendor prefixes.
Open

    &::-moz-placeholder { /* Firefox 19+ */

Properties should be ordered margin-left, text-align
Open

      text-align: right;

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

  margin: 2em auto 0 auto;

Opening curly brace { should be preceded by one space
Open

#recent-templates{

Shorthand form for property margin should be written more concisely as line-height-times(1) 0 instead of line-height-times(1) 0 line-height-times(1)
Open

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

Avoid using id selectors
Open

#recent-templates{

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

    color: opacify($subsection-bg-color, 0.5);

Unnecessary parent selector (&)
Open

    &+ .DashboardStream-title {

Properties should be ordered color, content, font-size, left, opacity, position, text-align, top, transform, transform-origin
Open

       transform: rotate(35deg);

Properties should be ordered color, text-decoration
Open

      text-decoration: underline;

Avoid using id selectors
Open

#cms-sidebar-error-empty {

Avoid using id selectors
Open

#cms-new-content-button {

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

.formtastic.cms_template, .formtastic.cms_section, .formtastic.cms_file {

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

   box-sizing: border-box;

Properties should be ordered margin-bottom, margin-top
Open

      margin-top: 0;

Avoid using id selectors
Open

  #cms_template_published_input {

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

   $items: 3;

Begin pseudo elements with double colons: ::
Open

.deployment_option_plugin_php span:before {
Severity
Category
Status
Source
Language