Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

    margin: 10px 10%;

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

    :root {

Selector content_files should be written in lowercase with hyphens
Open

        #content_files {

Avoid qualifying attribute selectors with an element.
Open

        input[type=text] {

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

    img, a {

Line contains trailing whitespace
Open

            

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

                &_A {

Rule declaration should be followed by an empty line
Open

                }

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

    padding: 20px;

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

    box-sizing: border-box;

Declaration should be terminated by a semicolon
Open

        transform: scale(1.5)

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

                border: 1px solid #000;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    category {

Rule declaration should be preceded by an empty line
Open

        a {

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

  padding:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

Color black should be written in hexadecimal form as #000000
Open

            border: .01em solid black;

Line should be indented with spaces, not tabs
Open

    display: flex;

Line should be indented with spaces, not tabs
Open

    grid-template-columns: repeat(7, 1fr);
Severity
Category
Status
Source
Language