betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

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

Color literals like #7f7f7f 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, #7f7f7f);

Color #eeeeee should be written as #eee
Open

        color: #eeeeee;

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

        }

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);

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

        color: #eeeeee;

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;

There are no issues that match your filters.

Category
Status