YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/skins/gray/pages/_Edit.scss

Summary

Maintainability
Test Coverage

Selector inventoryHeader should be written in lowercase with hyphens
Open

.inventoryHeader {

Selector inventoryItems should be written in lowercase with hyphens
Open

.inventoryItems {

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

    background: #fff !important;

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

    background: #fff !important;

Rule declaration should be followed by an empty line
Open

    }

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]} */

0px should be written without units as 0
Open

            border-left: 0px;

Properties should be ordered border-radius, text-transform
Open

        text-transform: uppercase;

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

            background: #fff !important;

Rule declaration should be preceded by an empty line
Open

        .input-group-text,

Line should be indented with spaces, not tabs
Open

    .inventoryLineItemHeader,

Prefer single quoted strings
Open

        border: 1px solid material-color("grey", "300");

Rule declaration should be preceded by an empty line
Open

        td {

Properties should be ordered border-bottom, border-left, border-right
Open

            border-right: 0;

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    background: #fff !important;

Selector inventoryLineItemHeader should be written in lowercase with hyphens
Open

    .inventoryLineItemHeader,

Rule declaration should be followed by an empty line
Open

}

Selector inventoryRow should be written in lowercase with hyphens
Open

    .inventoryRow {

!important should not be used
Open

        background: #fff !important;

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .select2 {

Rule declaration should be followed by an empty line
Open

    }

!important should not be used
Open

    background: #fff !important;

Line should be indented with spaces, not tabs
Open

    th {

Line should be indented with spaces, not tabs
Open

    .inventoryRow {

0px should be written without units as 0
Open

            border-right: 0px;

Line should be indented with spaces, not tabs
Open

    thead {

!important should not be used
Open

            background: #fff !important;

Line should be indented with spaces, not tabs
Open

    .input-group {

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

        background: #fff !important;

Rule declaration should be preceded by an empty line
Open

    thead {

Properties should be ordered background, border-left, border-right, font-weight, text-transform
Open

            text-transform: uppercase;

There are no issues that match your filters.

Category
Status