betajs/betajs-media-components

View on GitHub
src/themes/video_recorder/default/trimmer.scss

Summary

Maintainability
Test Coverage

Commas in function arguments should be followed by one space
Open

  background-color: rgba(50,50,50,0.5);

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

  background-color: red;

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

  color: #555;

Color red should be written in hexadecimal form as #ff0000
Open

  background-color: red;

Commas in function arguments should be followed by one space
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Commas in function arguments should be followed by one space
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Properties should be ordered background-color, flex, height, margin, position
Open

  flex: 1;

Color literals like rgba(50, 50, 50, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: rgba(50,50,50,0.5);

Color black should be written in hexadecimal form as #000000
Open

  background-color: black;

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

  background-color: #333;

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

  color: white;

Properties should be ordered background-color, box-shadow, height, position, width
Open

  position: absolute;

Commas in function arguments should be followed by one space
Open

  box-shadow: 0 0 2px 0 rgba(0,0,0,.25);

0.5 should be written without a leading zero as .5
Open

  background-color: rgba(50,50,50,0.5);

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

  background-color: black;

Commas in function arguments should be followed by one space
Open

  box-shadow: 0 0 2px 0 rgba(0,0,0,.25);

Properties should be ordered bottom, left, position, right
Open

  position: absolute;

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

  color: white;

Color literals like rgba(0, 0, 0, 0.15) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Properties should be ordered background-color, display, justify-content, padding
Open

  display: flex;

Color white should be written in hexadecimal form as #ffffff
Open

  color: white;

Color literals like rgba(0, 0, 0, 0.25) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: 0 0 2px 0 rgba(0,0,0,.25);

Color literals like rgba(0, 0, 0, 0.15) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Commas in function arguments should be followed by one space
Open

  background-color: rgba(50,50,50,0.5);

border: 0 is preferred over border: none
Open

  border: none;

Commas in function arguments should be followed by one space
Open

  box-shadow: 0 0 2px 0 rgba(0,0,0,.25);

Commas in function arguments should be followed by one space
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Commas in function arguments should be followed by one space
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Properties should be ordered display, height, overflow, position, width
Open

  height: 100%;

Commas in function arguments should be followed by one space
Open

  background-color: rgba(50,50,50,0.5);

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

  background-color: #777;

Properties should be ordered border-radius, border-style, border-width, box-shadow, height, position, top
Open

  position: absolute;

Commas in function arguments should be followed by one space
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Color white should be written in hexadecimal form as #ffffff
Open

  color: white;

Commas in function arguments should be followed by one space
Open

  box-shadow: inset 2px 2px 2px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.15);

Files should end with a trailing newline
Open

}

There are no issues that match your filters.

Category
Status