betajs/betajs-media-components

View on GitHub
src/themes/audio_player/default/message.scss

Summary

Maintainability
Test Coverage

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

    color: $message_color;

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

    left: 5px;

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

    top: 50%;    

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

    text-align: center;

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

    right: 5px;    

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

    opacity: $message_opacity;

Line contains trailing whitespace
Open

    right: 5px;    

Line contains trailing whitespace
Open

    top: 50%;    

Line should be indented with spaces, not tabs
Open

    @include absolute-align-all;

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

    opacity: $message_opacity;

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

    color: $message_color;

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

    position: absolute;

Files should end with a trailing newline
Open

}

Line should be indented with spaces, not tabs
Open

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

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

    background-color: $message_bgcolor;

Properties should be ordered color, left, position, right, text-align, top
Open

    position: absolute;

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

    background-color: $message_bgcolor;

There are no issues that match your filters.

Category
Status