betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

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

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

There are no issues that match your filters.

Category
Status