betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Unnecessary parent selector (&)
Open

  & > div, video {

Property 'position' should be placed on own line
Open

    min-width: 100%; position: absolute;

Each selector in a comma sequence should be on its own single line
Open

  & > div, video {

Files should end with a trailing newline
Open

}

Use // comments everywhere
Open

/* Full screen options */

Properties should be ordered max-width, min-height, min-width, position
Open

    min-width: 100%; position: absolute;

There are no issues that match your filters.

Category
Status