3scale/porta

View on GitHub
app/assets/stylesheets/provider/_commons.scss

Summary

Maintainability
Test Coverage

Properties should be ordered font-size, font-weight, margin-bottom, padding-top
Open

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

Properties should be ordered border-bottom, list-style, min-height, padding
Wontfix

  min-height: line-height-times(2);

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) 40%;

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) 40%;

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

Properties should be ordered background-color, border, border-radius, margin, overflow, padding
Open

  border-radius: $border-radius;

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;

Avoid vendor prefixes.
Open

::-moz-selection {

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

h2, h3 {

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

ul, p, ol, dl {

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

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

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

ul, p, ol, dl {

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

Avoid using id selectors
Open

#cboxWrapper h2,

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

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

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

Merge rule p + ul with rule on line 55
Open

p + ul {

Declaration should be terminated by a single semicolon
Open

  width: 40%;;

Merge rule pre code with rule on line 82
Open

pre code {

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

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

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

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

ul, p, ol, dl {

Properties should be ordered font-size, font-weight
Open

  font-weight: $font-weight-bold;

Properties should be ordered clear, float, margin, padding-top, width
Open

  float: left;

Opening curly brace { should be preceded by one space
Open

pre  {

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;

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

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

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

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

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

border: 0 is preferred over border: none
Open

  border: none;

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

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

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

  padding: 0;

There are no issues that match your filters.

Category
Status