rikai/Showbot

View on GitHub
sass/bourbon/css3/_box-shadow.scss

Summary

Maintainability
Test Coverage

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

          box-shadow: $full;

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

     -moz-box-shadow: $full;

Opening curly brace { should be preceded by one space
Open

  {

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

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

Avoid vendor prefixes.
Open

     -moz-box-shadow: $full;

Avoid vendor prefixes.
Open

       -o-box-shadow: $full;

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

       -o-box-shadow: $full;

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

      -ms-box-shadow: $full;

Avoid vendor prefixes.
Open

      -ms-box-shadow: $full;

Avoid vendor prefixes.
Open

  -webkit-box-shadow: $full;

There are no issues that match your filters.

Category
Status