3scale/porta

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

Summary

Maintainability
Test Coverage

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

  @include animation(shake 0.5s ease-in-out 0.7s);

Avoid using id selectors
Open

#flashWrapper {

0.5 should be written without a leading zero as .5
Open

  @include animation(fadeInRight 0.5s ease-in-out);

0.5 should be written without a leading zero as .5
Open

  @include animation(shake 0.5s ease-in-out 0.7s);

0.7 should be written without a leading zero as .7
Open

  @include animation(shake 0.5s ease-in-out 0.7s);

There are no issues that match your filters.

Category
Status