betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

          background-color: #ffffff;

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be followed by an empty line
Open

        }

Colon after property should be followed by one space
Open

          border-color:  $value;

Colon after property should be followed by one space
Open

          border-color:  $value;

Color #ffffff should be written as #fff
Open

          background-color: #ffffff;

Rule declaration should be followed by an empty line
Open

        }

Color #ffffff should be written as #fff
Open

          color: #ffffff;

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

          color: #ffffff;

There are no issues that match your filters.

Category
Status