betajs/betajs-media-components

View on GitHub
src/themes/_common/recorder/loader.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    padding-top: 100%; /* initial ratio of 1:1*/

Use // comments everywhere
Open

    padding-top: 100%; /* initial ratio of 1:1*/

Line should be indented with spaces, not tabs
Open

    width: 100%;

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    100% {

Line should be indented with spaces, not tabs
Open

    position: relative;

Properties should be ordered -moz-animation, -webkit-animation, animation, border-left, box-sizing, font-size, position, width
Open

    position: relative;

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

    @include border-right-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Avoid vendor prefixes.
Open

    -webkit-animation: #{$cssrecorder}-loader-load8 1.1s infinite linear;

Line should be indented with spaces, not tabs
Open

    width: 10em;

0.2 should be written without a leading zero as .2
Open

    @include border-top-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

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

    @include border-right-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Line should be indented with spaces, not tabs
Open

    @include border-bottom-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

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

    border-left: $recorder_loader_frame_thickness solid #ddd;

Line should be indented with spaces, not tabs
Open

    -moz-animation: #{$cssrecorder}-loader-load8 1.1s infinite linear;

Line should be indented with spaces, not tabs
Open

    -webkit-animation: #{$cssrecorder}-loader-load8 1.1s infinite linear;

Line should be indented with spaces, not tabs
Open

    @include border-right-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

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

    color: white;

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

    @include border-bottom-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    border-left: $recorder_loader_frame_thickness solid #ddd;

Files should end with a trailing newline
Open

}

Line should be indented with spaces, not tabs
Open

    0% {

Line should be indented with spaces, not tabs
Open

    0% {

Avoid vendor prefixes.
Open

    -moz-animation: #{$cssrecorder}-loader-load8 1.1s infinite linear;

Line should be indented with spaces, not tabs
Open

    border-radius: 50%;

0.2 should be written without a leading zero as .2
Open

    @include border-bottom-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Line should be indented with spaces, not tabs
Open

    animation: #{$cssrecorder}-loader-load8 1.1s infinite linear;

Properties should be ordered color, font-size
Open

    font-size: $loader_label_fontsize;

Avoid vendor prefixes.
Open

@-webkit-keyframes #{$cssrecorder}-loader-load8 {

Line should be indented with spaces, not tabs
Open

    100% {

Line should be indented with spaces, not tabs
Open

    @include transform-translate-z(0);

Line should be indented with spaces, not tabs
Open

    box-sizing: content-box;

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

    @include border-bottom-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Line should be indented with spaces, not tabs
Open

    color: white;

Prefer single quoted strings
Open

    content: "";

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

    @include border-top-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

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

    @include border-top-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Line should be indented with spaces, not tabs
Open

    height: 10em;

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

    font-size: $loader_size;

Line should be indented with spaces, not tabs
Open

    @include transform-translate(-50%, -50%);

Line should be indented with spaces, not tabs
Open

    font-size: $loader_size;

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

    @include border-top-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Line should be indented with spaces, not tabs
Open

    @include absolute-center-center;

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

    font-size: $loader_label_fontsize;

Line should be indented with spaces, not tabs
Open

    @include border-top-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

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

    border-left: $recorder_loader_frame_thickness solid #ddd;

Properties should be ordered border-radius, height, width
Open

    width: 10em;

Line should be indented with spaces, not tabs
Open

    @include transform-translate(-50%, -50%);

Line should be indented with spaces, not tabs
Open

    @include absolute-center-center;

Line should be indented with spaces, not tabs
Open

    content: "";

0.2 should be written without a leading zero as .2
Open

    @include border-right-rgba($recorder_loader_frame_thickness, 225, 225, 225, 0.2, #999);

Line should be indented with spaces, not tabs
Open

    font-size: $loader_label_fontsize;

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

    color: white;

There are no issues that match your filters.

Category
Status