betajs/betajs-media-components

View on GitHub

Showing 10,521 of 10,521 total issues

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

$settings_radio_color_selected: $button_color;

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

$controlbar_primarybutton_background: #000000;

Avoid qualifying attribute selectors with an element.
Open

    input[type=radio]:checked + span {

border: 0 is preferred over border: none
Open

    border: none;

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

    height: $controlbar_height;

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

      border-left: $controlbar_button_border;

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

    width: $imagegallery_buttonsize;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    z-index: 10;

Files should end with a trailing newline
Open

}

Prefer single quoted strings
Open

$fontello_name: "bjsmc";

0.75 should be written without a leading zero as .75
Open

$message_opacity: 0.75;

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

$chooser_buttons_min_width: 10em;

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

$imagegallery_border_radius: 3px;

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

$settings_font_size: 12px;

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

$controlbar_recording_indication_color: red;

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

$controlbar_recording_indication_size: 12px;

Color #eeeeee should be written as #eee
Open

$controlbar_primarybutton_color: #eeeeee;

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

  'blue': $theme_color_blue,

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$csscommon}-message-text {

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

    color: $text_color;
Severity
Category
Status
Source
Language