Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

    padding:0;
Severity: Minor
Found in helper.scss by scss-lint

Unknown property color-scheme
Open

        color-scheme: dark;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    ::-webkit-scrollbar-thumb {
Severity: Minor
Found in helper.scss by scss-lint

Selector fattr-outdated_file should be written in lowercase with hyphens
Open

        &.fattr-outdated_file {

Properties should be ordered background-color, background-repeat, border, border-radius, display, height, margin, padding, position, right, top, width
Open

                width: 12px;

Rule declaration should be followed by an empty line
Open

                }

Properties should be ordered content, display, line-height
Open

                        line-height: .8;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-sizing: border-box;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border-top: 1px solid var(--themecolor);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    #spaceinfo {

Avoid using id selectors
Open

    #headbar2 {

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

            color: #fff;

Selector should have depth of applicability no greater than 3, but was 4
Open

                &[disabled] {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-sizing: border-box;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    category {

Each selector in a comma sequence should be on its own single line
Open

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

    color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered color, content, display, left, padding, position, z-index
Open

        content:'> ';
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        margin-left:-5px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .expression {
Severity
Category
Status
Source
Language