betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Rule declaration should be followed by an empty line
Open

        }

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

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

          color: $cc_label_text_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);

Rule declaration should be followed by an empty line
Open

        }

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 1px),repeating-linear-gradient(45deg, transparent 0px, $value 1px);

There are no issues that match your filters.

Category
Status