betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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;

Properties should be ordered background-color, border-radius, height, width, z-index
Open

    border-radius: 50%;

border: 0 is preferred over border: none
Open

  border: none;

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

  border: 2px solid white;

Expected item on line 13 to appear before line 12. 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

    background-color: #ffffff;

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

    background-color: #ffffff;

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

    width: $imagegallery_buttonsize;

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

      right: 50px;

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);

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

    border-radius: 50%;

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

    width: $imagegallery_buttonsize;

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

    height: $imagegallery_buttonsize;

Color #ffffff should be written as #fff
Open

    background-color: #ffffff;

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

      left: 50px;

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

    z-index: 10;

There are no issues that match your filters.

Category
Status