lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

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;

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

    &:active {

Line should be indented with spaces, not tabs
Open

    &:hover,

Line should be indented with spaces, not tabs
Open

    &,

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

    $color: #fff,

There are no issues that match your filters.

Category
Status