betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Rule declaration should be followed by an empty line
Open

        }

0px should be written without units as 0
Open

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

0.3 should be written without a leading zero as .3
Open

        @include background-rgba(255, 255, 255, 0.3, #979797);

Commas in lists should be followed by one space
Open

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

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

        @include background-rgba(255, 255, 255, 0.3, #979797);

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

        border-color: $value;

0px should be written without units as 0
Open

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

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

        color: $stream_label_color;

There are no issues that match your filters.

Category
Status