betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

        @include border-radius($controlbar_primarybutton_radius);

Properties should be ordered background-color, color, display, font-family, font-size, font-weight, margin, opacity, padding, position
Open

        opacity: 0.75;

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

        font-size: $controlbar_primarybutton_font_size;

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

        @include border-radius($controlbar_primarybutton_radius);

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

        color: $text_color_secondary;

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

    .#{$css}-topmessage-background {

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

    .#{$css}-topmessage-message {

0.75 should be written without a leading zero as .75
Open

        opacity: 0.75;

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

        background-color: $settings_bgcolor;

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

        font-family: $font_family;

There are no issues that match your filters.

Category
Status