Maingron/MainOS

View on GitHub
helper.scss

Summary

Maintainability
Test Coverage

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

    --hovercolornontransparent: #ffaa00;
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

Unknown property color-scheme
Open

    color-scheme: light;
Severity: Minor
Found in helper.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

    --taskbarheight: 45px; // maybe deprecated in this file
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

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

    --font: sans-serif;
Severity: Minor
Found in helper.scss by scss-lint

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

    --black4: #555;
Severity: Minor
Found in helper.scss by scss-lint

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

    --beige3: #bb7;
Severity: Minor
Found in helper.scss by scss-lint

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

    background-color: transparent;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered accent-color, background, color, color-scheme, font-family, font-size, margin, padding
Open

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

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

    --black5: #666;
Severity: Minor
Found in helper.scss by scss-lint

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

    --border-radius: 2px;
Severity: Minor
Found in helper.scss by scss-lint

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

    --glassyElementSpacing: 15px; // deprecated in this file
Severity: Minor
Found in helper.scss by scss-lint

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

    --glassyElementBlur: 25px;
Severity: Minor
Found in helper.scss by scss-lint

Selector has_hover should be written in lowercase with hyphens
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

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

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

Colon after property should be followed by one space
Open

    backdrop-filter:blur(12px);
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    min-height: 1rem;
Severity: Minor
Found in helper.scss by scss-lint

Selector contextMenu should be written in lowercase with hyphens
Open

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

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

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

!important should not be used
Open

                background-color: #555555cc !important;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border-radius, color, font-size
Open

    color: #000;
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

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

    --themecolor: #940;
Severity: Minor
Found in helper.scss by scss-lint

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

    height: 8px;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    --hovercolor: #ffaa0077;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Properties should be ordered background, border-bottom
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

Colon after property should be followed by one space
Open

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

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

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

Colon after property should be followed by one space
Open

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

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

    font-size: 1rem;
Severity: Minor
Found in helper.scss by scss-lint

border-bottom: 0 is preferred over border-bottom: none
Open

            border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

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

!important should not be used
Open

            transition: background-color .1s, filter .1s !important;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        transition:.1s;
Severity: Minor
Found in helper.scss by scss-lint

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

    display: inline-block;
Severity: Minor
Found in helper.scss by scss-lint

Begin pseudo classes with a single colon: :
Open

    &::-moz-meter-bar {
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border-bottom, box-sizing, display, flex-direction, height, padding, position, top, width
Open

    height:var(--altbarheight);
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border-bottom
Open

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

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

    height:auto;
Severity: Minor
Found in helper.scss by scss-lint

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

    box-sizing:border-box;
Severity: Minor
Found in helper.scss by scss-lint

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

    --altbarheight: 30px;
Severity: Minor
Found in helper.scss by scss-lint

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

    --glassyElementBackground: rgba(30,30,30,.5);
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    font-family: var(--font);
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

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

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

Rule declaration should be preceded by an empty line
Open

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered border, box-sizing, display, height, position, width
Open

    box-sizing: border-box;
Severity: Minor
Found in helper.scss by scss-lint

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

    height:var(--altbarheight);
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

Properties should be ordered cursor, filter, pointer-events, touch-action, user-select
Open

    filter:contrast(.4) brightness(.6) grayscale(.1);
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

                border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

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

    --bg-1: var(--black);
Severity: Minor
Found in helper.scss by scss-lint

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

    --bg-4: var(--black4);
Severity: Minor
Found in helper.scss by scss-lint

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

    font-size: var(--font-size-base);
Severity: Minor
Found in helper.scss by scss-lint

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

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

Rule declaration should be preceded by an empty line
Open

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

Merge rule body with rule on line 41
Open

body {
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

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

    &::-webkit-meter-optimum-value {
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border, border-radius, height, line-height, padding
Open

        line-height: revert;
Severity: Minor
Found in helper.scss by scss-lint

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

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

    border:1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

border: 0 is preferred over border: none
Open

        border:none;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, background-color, color, color-scheme
Open

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

Colon after property should be followed by one space
Open

    height:var(--altbarheight);
Severity: Minor
Found in helper.scss by scss-lint

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

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

Properties should be ordered backdrop-filter, background, border, border-radius, box-sizing, display, height, min-height, min-width, padding, position, width, z-index
Open

    width:auto;
Severity: Minor
Found in helper.scss by scss-lint

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

Properties should be ordered --altbarcolor, --altbarheight, --beige, --beige2, --beige3, --beige4, --bg-1, --bg-2, --bg-3, --bg-4, --bg-5, --black, --black2, --black3, --black4, --black5, --border-radius, --font, --font-size-base, --glassyElementBackground, --glassyElementBlur, --glassyElementSpacing, --hovercolor, --hovercolornontransparent, --taskbarheight, --themecolor
Open

    --themecolor: #940;
Severity: Minor
Found in helper.scss by scss-lint

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

    --altbarcolor: var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

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

    --bg-5: var(--black5);
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    width: 100%;
Severity: Minor
Found in helper.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

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

    display:inline-block;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        border-bottom:1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

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

    filter:contrast(.4) brightness(.6) grayscale(.1);
Severity: Minor
Found in helper.scss by scss-lint

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

    pointer-events: none;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

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

    --beige4: #fdfdfa;
Severity: Minor
Found in helper.scss by scss-lint

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

    font-family: var(--font);
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background-color, filter, outline, outline-offset
Open

                outline: 1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

                filter: brightness(1.2) !important;
Severity: Minor
Found in helper.scss by scss-lint

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

    &::-moz-meter-bar {
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    width:auto;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    height:auto;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        border:none;
Severity: Minor
Found in helper.scss by scss-lint

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

    user-select: none;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        background:var(--black);
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

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

    overflow: clip;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Rule declaration should be followed by an empty line
Open

                }
Severity: Minor
Found in helper.scss by scss-lint

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

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

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 #555 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

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

    display:flex;
Severity: Minor
Found in helper.scss by scss-lint

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

    box-sizing:border-box;
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

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

    backdrop-filter:blur(12px);
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        display:block;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

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

Colon after property should be followed by one space
Open

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

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

    --black2: #151515;
Severity: Minor
Found in helper.scss by scss-lint

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

    --bg-3: var(--black3);
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

    display:flex;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

    display:inline-block;
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

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

    touch-action: none;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

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

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

    --font-size-base: 1em;
Severity: Minor
Found in helper.scss by scss-lint

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

html, body {
Severity: Minor
Found in helper.scss by scss-lint

Unknown property accent-color
Open

    accent-color: var(--themecolor);
Severity: Minor
Found in helper.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

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

    box-sizing:border-box;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    filter:contrast(.4) brightness(.6) grayscale(.1);
Severity: Minor
Found in helper.scss by scss-lint

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

    cursor: default;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        width:initial;
Severity: Minor
Found in helper.scss by scss-lint

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

    --black3: #444;
Severity: Minor
Found in helper.scss by scss-lint

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

    --bg-2: var(--black2);
Severity: Minor
Found in helper.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 2 spaces, but was indented 4 spaces
Open

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

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

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

Colon after property should be followed by one space
Open

    border-bottom:1px solid #555;
Severity: Minor
Found in helper.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

Colon after property should be followed by one space
Open

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

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

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

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

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

    flex-direction:row;
Severity: Minor
Found in helper.scss by scss-lint

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

    top:0;
Severity: Minor
Found in helper.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

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

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

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

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

Selector contextMenu should be written in lowercase with hyphens
Open

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

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

    z-index:1000;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Properties should be ordered cursor, display, padding, text-decoration
Open

        display:block;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        text-decoration:none;
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        &:last-of-type {
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

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

border-bottom: 0 is preferred over border-bottom: none
Open

                border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        border:1px solid var(--themecolor)
Severity: Minor
Found in helper.scss by scss-lint

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

    font-size: 1em;
Severity: Minor
Found in helper.scss by scss-lint

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

    box-sizing: border-box;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    flex-direction:row;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

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

Properties should be ordered border, border-bottom, margin, padding
Open

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

Rule declaration should be preceded by an empty line
Open

            &:last-of-type {
Severity: Minor
Found in helper.scss by scss-lint

Declaration should be terminated by a semicolon
Open

        border:1px solid var(--themecolor)
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    box-sizing:border-box;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    z-index:1000;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    border:1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

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

    min-width: 130px;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        padding:3px 8px;
Severity: Minor
Found in helper.scss by scss-lint

border-bottom: 0 is preferred over border-bottom: none
Open

        border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

Selector contextMenu should be written in lowercase with hyphens
Open

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

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

            border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

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

Rule declaration should be preceded by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in helper.scss by scss-lint

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

    line-height: 2;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

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

    width:auto;
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in helper.scss by scss-lint

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

    display: none !important;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

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

Colon after property should be followed by one space
Open

        cursor:pointer;
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

    display: none !important;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

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

Properties should be ordered background, border, color
Open

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

There are no issues that match your filters.

Category
Status