lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/scss/global/mixins/_colours-helper.scss

Summary

Maintainability
Test Coverage

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

    $color: #fff,

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

    $color-hover: #fff,

Line should be indented with spaces, not tabs
Open

    &,

Line should be indented with spaces, not tabs
Open

    &:hover,

Line should be indented with spaces, not tabs
Open

    &,

Properties should be ordered box-shadow, left, top
Open

        left: 2px;

Line should be indented with spaces, not tabs
Open

    &:hover,

Line should be indented with spaces, not tabs
Open

    &:active {

There are no issues that match your filters.

Category
Status