betajs/betajs-media-components

View on GitHub
src/themes/video_player/elevate/colors.scss

Summary

Maintainability
Test Coverage

Commas in lists should be followed by one space
Open

        background-image: repeating-linear-gradient(-45deg, transparent 0px, $value 1px),repeating-linear-gradient(45deg, transparent 0px, $value 1px);

Rule declaration should be followed by an empty line
Open

        }

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

        color: $stream_label_color;

0px should be written without units as 0
Open

        background-image: repeating-linear-gradient(-45deg, transparent 0px, $value 1px),repeating-linear-gradient(45deg, transparent 0px, $value 1px);

Properties should be ordered background-image, border-color
Open

        border-color: $value;

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

        @include background-rgba(0, 0, 0, .3, #cecece);

0px should be written without units as 0
Open

        background-image: repeating-linear-gradient(-45deg, transparent 0px, $value 1px),repeating-linear-gradient(45deg, transparent 0px, $value 1px);

There are no issues that match your filters.

Category
Status