lightspeeddevelopment/lsx-health-plan

View on GitHub
assets/css/scss/lsx-health-plan.scss

Summary

Maintainability
Test Coverage

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

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

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

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

Color #F7AE00 should be written as #f7ae00
Open

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

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

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

Color #4A4A4A should be written as #4a4a4a
Open

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

Color #418AD0 should be written as #418ad0
Open

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

Color #DADDDF should be written as #dadddf
Open

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

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

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

Color #F6F6F6 should be written as #f6f6f6
Open

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

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

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

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

@include customizer-health-plan-body-colours(#F6F6F6, #DADDDF, #4A4A4A, #418AD0, #F7AE00, #919191);

Use // comments everywhere
Open

/**

There are no issues that match your filters.

Category
Status