betajs/betajs-media-components

View on GitHub
src/themes/video_recorder/space/imagegallery.scss

Summary

Maintainability
Test Coverage

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

    height: $imagegallery_buttonsize;

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

  @include border-radius($imagegallery_border_radius);

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

    @include background-rgba( 0, 0, 0, 0.4, #979797);

Expected 0 spaces after ( instead of
Open

    @include background-rgba( 0, 0, 0, 0.4, #979797);

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

    z-index: 10;

Name of variable imagegallery_buttonsize should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $imagegallery_buttonsize;

Name of variable imagegallery_buttonsize should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $imagegallery_buttonsize;

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

    .#{$css}-imagegallery-container {

border: 0 is preferred over border: none
Open

  border: none;

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

    @include background-rgba( 0, 0, 0, 0.4, #979797);

Files should end with a trailing newline
Open

}

Color white should be written in hexadecimal form as #ffffff
Open

  border: 2px solid white;

Color literals like #979797 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    @include background-rgba( 0, 0, 0, 0.4, #979797);

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

    width: $imagegallery_buttonsize;

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  border: 2px solid white;

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

    border-radius: 50%;

Name of variable imagegallery_border_radius should be written in all lowercase letters with hyphens instead of underscores
Open

  @include border-radius($imagegallery_border_radius);

0.4 should be written without a leading zero as .4
Open

    @include background-rgba( 0, 0, 0, 0.4, #979797);

There are no issues that match your filters.

Category
Status