FarmBot/OpenFarm

View on GitHub
app/assets/stylesheets/styles/_foundation_and_overrides.scss

Summary

Maintainability
Test Coverage

0px should be written without units as 0
Open

$input-border-width: 0px;

Use // comments everywhere
Open

/*$form-label-bottom-margin: 0;*/

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

$input-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);

Commas in function arguments should be followed by one space
Open

$input-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);

Prefer single quoted strings
Open

@import "foundation/functions";

Commas in function arguments should be followed by one space
Open

$input-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);

0px should be written without units as 0
Open

$input-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);

0px should be written without units as 0
Open

$input-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);

Commas in function arguments should be followed by one space
Open

$input-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);

0.7 should be written without a leading zero as .7
Open

$button-disabled-opacity: 0.7;

There are no issues that match your filters.

Category
Status