3scale/porta

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

Summary

Maintainability
Test Coverage

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

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

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

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

Properties should be ordered background, background-position, background-repeat, display, height, text-indent, white-space, width
Open

  display: block;

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

  margin: 0 0 0 0;

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

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

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

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

Properties should be ordered display, max-height, min-width
Open

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

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

  margin: 0 0 0 0;

Properties should be ordered clear, float, margin, padding, position, z-index
Open

  position: relative;

Colon after property should be followed by one space
Open

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

Properties should be ordered display, float, height, margin, padding, width
Open

  height: auto;

Avoid using id selectors
Wontfix

#logo_container {

There are no issues that match your filters.

Category
Status