Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

                        color: #fff;

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

    background: transparent;

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

    margin: 0;

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

    img, a {

Line contains trailing whitespace
Open

    

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

    flex-wrap: wrap;

Properties should be ordered align-content, display, flex-wrap, height, overflow, padding, position, scrollbar-width, width
Open

            display: block;

Nesting should be no greater than 3, but was 4
Open

            &>span {

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

#start #center #left #moreandinfo {

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

    background: black;

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 {

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

    #start {

Line contains trailing whitespace
Open

    

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

    background-color: #ddb;

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

    background-color: #ddb;

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

    border-bottom: 1px solid #999;

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

        input, button {

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

    position: relative;

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

    justify-content: start;
Severity
Category
Status
Source
Language