rikai/Showbot

View on GitHub
sass/bourbon/css3/_transition.scss

Summary

Maintainability
Test Coverage

Expected 0 spaces after ( instead of
Open

    @include transition-property(    $property);

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

    $full: compact($prop-1, $prop-2, $prop-3, $prop-4, $prop-5,

Avoid vendor prefixes.
Open

      -ms-transition-property: $full;

Avoid vendor prefixes.
Open

       -o-transition-duration: $full;

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

       -o-transition-timing-function: $full;

Avoid vendor prefixes.
Open

       -o-transition-delay: $full;

0.15 should be written without a leading zero as .15
Open

@mixin transition ($property: all, $duration: 0.15s, $timing-function: ease-out, $delay: 0) {

Opening curly brace { should be preceded by one space
Open

  {

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

     -moz-transition-timing-function: $full;

Avoid vendor prefixes.
Open

     -moz-transition-delay: $full;

@else should be placed on same line as previous curly brace
Open

  @else {

@else should be placed on same line as previous curly brace
Open

  @else {

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

       -o-transition-property: $full;

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

          transition-timing-function: $full;

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

    $full: compact($time-1, $time-2, $time-3, $time-4, $time-5,

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

      -ms-transition-delay: $full;

Expected 0 spaces after ( instead of
Open

    @include transition-delay(    $delay);

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

     -moz-transition-property: $full;

Avoid vendor prefixes.
Open

      -ms-transition-duration: $full;

@else should be placed on same line as previous curly brace
Open

  @else {

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

      -ms-transition-property: $full;

Avoid vendor prefixes.
Open

     -moz-transition-property: $full;

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

          transition-property: $full;

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

     -moz-transition-duration: $full;

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

          transition-delay: $full;

@else should be placed on same line as previous curly brace
Open

  @else {

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

    $full: compact($time-1, $time-2, $time-3, $time-4, $time-5,

Avoid vendor prefixes.
Open

  -webkit-transition-duration: $full;

Avoid vendor prefixes.
Open

      -ms-transition-timing-function: $full;

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

       -o-transition-duration: $full;

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

          transition-duration: $full;

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

       -o-transition-delay: $full;

Opening curly brace { should be preceded by one space
Open

  {

Avoid vendor prefixes.
Open

     -moz-transition-timing-function: $full;

Avoid vendor prefixes.
Open

       -o-transition-timing-function: $full;

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

      -ms-transition-duration: $full;

Avoid vendor prefixes.
Open

  -webkit-transition-delay: $full;

Avoid vendor prefixes.
Open

      -ms-transition-delay: $full;

Expected 0 spaces after ( instead of
Open

    @include transition-timing-function(    $timing-function);

Expected 0 spaces after ( instead of
Open

    @include transition-duration(    $duration);

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

     -moz-transition-delay: $full;

Avoid vendor prefixes.
Open

  -webkit-transition-timing-function: $full;

Opening curly brace { should be preceded by one space
Open

  {

Avoid vendor prefixes.
Open

     -moz-transition-duration: $full;

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

    $full: compact($motion-1, $motion-2, $motion-3, $motion-4, $motion-5,

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

      -ms-transition-timing-function: $full;

Opening curly brace { should be preceded by one space
Open

  {

Avoid vendor prefixes.
Open

  -webkit-transition-property: $full;

Avoid vendor prefixes.
Open

       -o-transition-property: $full;

There are no issues that match your filters.

Category
Status