rikai/Showbot

View on GitHub
sass/bourbon/css3/_background-size.scss

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 6 spaces
Open

      -ms-background-size: $full;

Avoid vendor prefixes.
Open

  -webkit-background-size: $full;

Line should be indented 2 spaces, but was indented 5 spaces
Open

     -moz-background-size: $full;

Avoid vendor prefixes.
Open

      -ms-background-size: $full;

Avoid vendor prefixes.
Open

     -moz-background-size: $full;

Opening curly brace { should be preceded by one space
Open

  {

Line should be indented 2 spaces, but was indented 7 spaces
Open

       -o-background-size: $full;

Avoid vendor prefixes.
Open

       -o-background-size: $full;

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

    $full: compact($length-1, $length-2, $length-3, $length-4,

Line should be indented 2 spaces, but was indented 10 spaces
Open

          background-size: $full;

There are no issues that match your filters.

Category
Status