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

    width: 100%;

Line should be indented with spaces, not tabs
Open

    iframe {
Severity: Minor
Found in style.scss by scss-lint

Selector has_hover should be written in lowercase with hyphens
Open

    button,
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    position: absolute;
Severity: Minor
Found in style.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

body.big_buttons { // Big Buttons
Severity: Minor
Found in style.scss by scss-lint

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

                background-color: var(--hovercolor);
Severity: Minor
Found in helper.scss by scss-lint

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

    border-radius: var(--border-radius);
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        img {

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

    border-bottom:1px solid #555;
Severity: Minor
Found in helper.scss by scss-lint

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

    color: #000;
Severity: Minor
Found in helper.scss by scss-lint

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

        color: #000000;
Severity: Minor
Found in style.scss by scss-lint

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

    position:sticky;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered height, margin, padding, position, vertical-align, width
Open

            padding: 0;

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in style.scss by scss-lint

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

    button {
Severity: Minor
Found in helper.scss by scss-lint

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

    --beige: #ddb;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    min-height: 50px;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

    background:#ffffff77;
Severity: Minor
Found in helper.scss by scss-lint

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

    --beige2: #cca;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered opacity, transform, transform-origin, transition
Open

        transition: .3s !important;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language