YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/skins/gray/components/_Global.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    .input-group-append {

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

}

!important should not be used
Open

    background-color: var(--color-bg) !important;

Line should be indented with spaces, not tabs
Open

    border-radius: 0;

Line should be indented with spaces, not tabs
Open

    &--white {

Use // comments everywhere
Open

/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */

Line should be indented with spaces, not tabs
Open

    border-radius: 0;

Expected item on line 5 to appear before line 4. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @extend .mb-3;

border: 0 is preferred over border: none
Open

        border: none;

Line should be indented with spaces, not tabs
Open

    &__header {

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

        background-color: #fff;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be preceded by an empty line
Open

    input,

Line should be indented with spaces, not tabs
Open

    input,

0.13 should be written without a leading zero as .13
Open

    box-shadow: -2px 10px 6px 4px rgba (0, 0, 0, 0.13);

Line should be indented with spaces, not tabs
Open

    background-color: var(--color-bg) !important;

Line should be indented with spaces, not tabs
Open

    text-transform: uppercase;

!important should not be used
Open

        border-bottom: 1px solid $yf-gray !important;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .mb-3;

Selector c-panel__header should be written in lowercase with hyphens
Open

        .c-panel__header {

Line should be indented with spaces, not tabs
Open

    @extend .mb-3;

Line should be indented with spaces, not tabs
Open

    box-shadow: -2px 10px 6px 4px rgba (0, 0, 0, 0.13);

There are no issues that match your filters.

Category
Status