Maingron/MainOS

View on GitHub
Program Files/excel/gridstyle.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    display: flex;

Properties should be ordered align-items, display, justify-content
Open

    display: flex;

Line should be indented with spaces, not tabs
Open

    align-items: center;

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;

Properties should be ordered background-color, cursor
Open

            cursor: cell;

Line should be indented with spaces, not tabs
Open

    display: inline-grid;

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

        background-color: #fff;

Line should be indented with spaces, not tabs
Open

    justify-content: center;

Properties should be ordered appearance, background-color, border, border-radius, box-sizing, height, line-height, outline, overflow, padding, resize, text-align, transition, width
Open

        transition: 0s;

Avoid using id selectors
Open

    body #gridcontainer .cell {

Line should be indented with spaces, not tabs
Open

    transition: .2s;

Properties should be ordered box-sizing, display, grid-template-columns, overflow, width
Open

    display: inline-grid;

Line should be indented with spaces, not tabs
Open

    grid-template-columns: repeat(7, 1fr);

Line should be indented with spaces, not tabs
Open

    font-size: 1em;

Line should be indented with spaces, not tabs
Open

    .cell {

Property overflow already defined on line 21
Open

        overflow: hidden;

!important should not be used
Open

        border: 0px solid transparent !important;

Avoid using id selectors
Open

#gridcontainer {

Line should be indented with spaces, not tabs
Open

    width: 100%;

Avoid using id selectors
Open

#gridcontainercontainer {

Properties should be ordered background-color, cursor
Open

            cursor: text;

Line should be indented with spaces, not tabs
Open

    body #gridcontainer .cell {

Properties should be ordered font-size, transition
Open

    transition: .2s;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

0px should be written without units as 0
Open

        border: 0px solid transparent !important;

There are no issues that match your filters.

Category
Status