codeforamerica/ohana-web-search

View on GitHub
app/assets/stylesheets/_variables.scss

Summary

Maintainability
Test Coverage

TODO found
Open

// TODO $text-color (this is probably a greyscale value)

Commas in function arguments should be followed by one space
Open

$black: rgb(0,0,0);

Commas in function arguments should be followed by one space
Open

$complement-base: rgb(242,144,191);

Commas in function arguments should be followed by one space
Open

$alert-error-base: rgb(255,10,50);

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

$main-header-bg: rgba($complementB, 0.2);

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

$font_leading_105: 1;

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

$font_size_120: 28px;

Commas in function arguments should be followed by one space
Open

$greyscale_light: rgb(171,171,171);

Commas in function arguments should be followed by one space
Open

$primary: rgb(137,209,226);

Commas in function arguments should be followed by one space
Open

$accentB: rgb(255,200,56);

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

$font_serif: 'Libre Baskerville', serif;

Commas in function arguments should be followed by one space
Open

$greyscale_dark: rgb(87,87,87);

Commas in function arguments should be followed by one space
Open

$accentA-base: rgb(209,249,148);

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

$button-popup-bg:                   $accentA-light;

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

$button-hover-color:          $complementA;

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

$button-bg:                   $accentA-light;

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

$font_leading_90: 0.75;

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

$font_size_115: 24px;

Name of variable accentA-dark should be written in all lowercase letters with hyphens instead of underscores
Open

$accentA-dark: shade($accentA-base, 50);

Commas in function arguments should be followed by one space
Open

$complement-base: rgb(242,144,191);

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

$button-utility-hover-color: $complementA;

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

$list-search-important-border:      $complementB;

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

$main-list-mark-color: $complementB;

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

$font_size_105: 18px;

Commas in function arguments should be followed by one space
Open

$greyscale_lightest: rgb(252,252,252);

Commas in function arguments should be followed by one space
Open

$button-popup-color:                rgba($black,.5);

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

$button-hover-bg:             shade($accentA-light,5);

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

$button-utility-color:       $complementA;

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

$greyscale_light: rgb(171,171,171);

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

$complementB: tint($complement-base, 50);

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

$text-accent-hover-color:           $complementA;

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

$button-utility-bg-hover:    $complementB;

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

$font_size_90: 12px;

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

$font_leading_110: 1.25;

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

$greyscale_dark: rgb(87,87,87);

Commas in function arguments should be followed by one space
Open

$primary: rgb(137,209,226);

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

$button-disabled-bg:          tint($greyscale_light, 60);

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

$button-small-hover-color:   $complementA;

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

$listitem-search-important-border:  $accentB;

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

$font_san_serif: 'Quattrocento Sans', sans-serif;

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

$font_leading_80: 0.75;

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

$font_leading_80: 0.75;

Commas in function arguments should be followed by one space
Open

$greyscale_light: rgb(171,171,171);

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

$greyscale_lightest: rgb(252,252,252);

Commas in function arguments should be followed by one space
Open

$greyscale_lightest: rgb(252,252,252);

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

$pagination-color:              $complementA;

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

$pagination-hover-bg:           $complementB;

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

$pagination-disabled-color:     $greyscale_dark;

0.2 should be written without a leading zero as .2
Open

$main-header-bg: rgba($complementB, 0.2);

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

$complementA: shade($complement-base, 50);

Commas in function arguments should be followed by one space
Open

$button-popup-hover-bg:             shade($accentA-light,5);

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

$button-popup-disabled-bg:          tint($greyscale_light, 60);

Commas in function arguments should be followed by one space
Open

$button-hover-bg:             shade($accentA-light,5);

Commas in function arguments should be followed by one space
Open

$greyscale_midtone: rgb(128,128,128);

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

$accentA-light: tint($accentA-base, 25);

Commas in function arguments should be followed by one space
Open

$alert-error-base: rgb(255,10,50);

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

$terminology-border: $complementA;

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

$font_size_110: 21px;

Commas in function arguments should be followed by one space
Open

$greyscale_dark: rgb(87,87,87);

Commas in function arguments should be followed by one space
Open

$white: rgb(255,255,255);

Commas in function arguments should be followed by one space
Open

$button-color:                rgba($black,.5);

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

$main-highlight: $complementA;

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

$font_leading_95: 1;

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

$font_leading_110: 1.25;

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

$greyscale_midtone: rgb(128,128,128);

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

$button-popup-hover-bg:             shade($accentA-light,5);

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

$button-disabled-color:       $greyscale_light;

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

$pagination-disabled-bg:        rgba($complementB, 0.1);

0.1 should be written without a leading zero as .1
Open

$pagination-disabled-bg:        rgba($complementB, 0.1);

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

$font_size_80: 9px;

Commas in function arguments should be followed by one space
Open

$black: rgb(0,0,0);

Commas in function arguments should be followed by one space
Open

$greyscale_midtone: rgb(128,128,128);

Name of variable accentA-base should be written in all lowercase letters with hyphens instead of underscores
Open

$accentA-base: rgb(209,249,148);

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

$search-button-fa-hover-color:      $complementA;

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

$pagination-border:             $complementB;

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

$font_size_95: 14px;

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

$font_size_130: 38px;

Commas in function arguments should be followed by one space
Open

$white: rgb(255,255,255);

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

$accentB: rgb(255,200,56);

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

$menubutton-popup-hover-color:      $complementA;

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

$pagination-hover-color:        $complementA;

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

$font_size_100: 16px;

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

$font_leading_100: 1;

Name of variable accentA-base should be written in all lowercase letters with hyphens instead of underscores
Open

$accentA-light: tint($accentA-base, 25);

Commas in function arguments should be followed by one space
Open

$accentB: rgb(255,200,56);

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

$search-button-color:               $complementA;

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

$font_leading_90: 0.75;

Commas in function arguments should be followed by one space
Open

$accentA-base: rgb(209,249,148);

Name of variable accentA-base should be written in all lowercase letters with hyphens instead of underscores
Open

$accentA-dark: shade($accentA-base, 50);

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

$button-popup-hover-color:          $complementA;

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

$button-popup-disabled-color:       $greyscale_light;

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

$font_leading_120: 1.25;

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

$font_leading_130: 1.5;

There are no issues that match your filters.

Category
Status