codeforamerica/ohana-web-search

View on GitHub
app/assets/stylesheets/_effects.scss

Summary

Maintainability
Test Coverage

Colon after property should be followed by one space
Open

  position:relative;

Colon after property should be followed by one space
Open

  z-index:0 !important;

Colon after property should be followed by one space
Open

  z-index:9998 !important;

Colon after property should be followed by one space
Open

  z-index:-1 !important;

!important should not be used
Open

  z-index: $layer-10 !important;

Expected item on line 40 to appear before line 37. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include transition(opacity $animation-duration-base, z-index $animation-duration-base);

Properties should be ordered margin-top, position, -moz-transition, -webkit-transition, transition, z-index
Open

  z-index:-1 !important;

Avoid vendor prefixes.
Open

  -webkit-transition: margin-top $animation-duration-base, z-index $animation-duration-base;

!important should not be used
Open

  position: fixed !important;

!important should not be used
Open

  z-index: $layer-7 !important;

!important should not be used
Open

  z-index:9998 !important;

!important should not be used
Open

  position:absolute !important;

!important should not be used
Open

  z-index:9999 !important;

Colon after property should be followed by one space
Open

  position:relative;

!important should not be used
Open

  z-index: $layer-9 !important;

Expected item on line 30 to appear before line 27. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include transition(opacity $animation-duration-base, z-index $animation-duration-base);

Expected 0 spaces after ( instead of
Open

  @include backface-visibility( hidden );

!important should not be used
Open

  display: none !important;

!important should not be used
Open

  margin-top: 0 !important;

Avoid vendor prefixes.
Open

  -webkit-transition: margin-top $animation-duration-base, z-index $animation-duration-base;

Properties should be ordered position, z-index
Open

  z-index:0 !important;

!important should not be used
Open

  z-index:-1 !important;

Expected item on line 50 to appear before line 47. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include transition(opacity $animation-duration-base, z-index $animation-duration-base);

Properties should be ordered margin-top, position, -moz-transition, -webkit-transition, transition, z-index
Open

  z-index:-1 !important;

Colon after property should be followed by one space
Open

  z-index:9999 !important;

Colon after property should be followed by one space
Open

  position:absolute !important;

!important should not be used
Open

  position:absolute !important;

!important should not be used
Open

  z-index:-1 !important;

Avoid vendor prefixes.
Open

  -moz-transition: margin-top $animation-duration-base, z-index $animation-duration-base;

Properties should be ordered position, z-index
Open

  z-index:9999 !important;

Properties should be ordered position, z-index
Open

  z-index:9998 !important;

Colon after property should be followed by one space
Open

  position:relative;

Properties should be ordered position, z-index
Open

  z-index:-9998 !important;

Expected 0 spaces after ( instead of
Open

  @include backface-visibility( hidden );

!important should not be used
Open

  margin-top: -9999px !important;

!important should not be used
Open

  z-index:0 !important;

Colon after property should be followed by one space
Open

  z-index:-9998 !important;

!important should not be used
Open

  z-index: $layer-11 !important;

!important should not be used
Open

  z-index:-9998 !important;

Avoid vendor prefixes.
Open

  -moz-transition: margin-top $animation-duration-base, z-index $animation-duration-base;

Colon after property should be followed by one space
Open

  position:absolute !important;

Colon after property should be followed by one space
Open

  position:relative;

Colon after property should be followed by one space
Open

  z-index:-1 !important;

Expected item on line 21 to appear before line 18. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include transition(opacity $animation-duration-base, z-index $animation-duration-base);

Expected 0 spaces before ) instead of
Open

  @include backface-visibility( hidden );

Expected 0 spaces before ) instead of
Open

  @include backface-visibility( hidden );

Properties should be ordered left, position, top
Open

  position: fixed !important;

!important should not be used
Open

  z-index: $layer-8 !important;

There are no issues that match your filters.

Category
Status