Maingron/MainOS

View on GitHub
Program Files/Explorer/inner/explorerstyle.scss

Summary

Maintainability
Test Coverage

Properties should be ordered background-color, border-bottom, display, font-size, height, justify-content, overflow, position, top, width
Open

    display: flex;

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

    display: flex;

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

    overflow: visible;

Avoid qualifying attribute selectors with an element.
Open

        input[type=text] {

Colon after property should be followed by one space
Open

            width:100%;

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

    a {

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

    align-content: start;

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

    height: 100vh;

Empty rule
Open

* {

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

    height: 1.8em;

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

    border-bottom: 1px solid #999;

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

    img, a {

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

    a {

!important should not be used
Open

        border-radius: var(--border-radius) !important;

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

    top: 0;

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

    font-size: 1em;

Properties should be ordered box-sizing, display, height, margin, padding, position
Open

        display: inline-block;

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

    left: 0;

Selector content_files should be written in lowercase with hyphens
Open

        #content_files {

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

            a {

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

        &.fattr-system_file {

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

    &.big_buttons {

Avoid using id selectors
Open

        #headbar2 {

Avoid using id selectors
Open

        #content_files {

Avoid using id selectors
Open

#headbar2 {

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

    display: flex;

Rule declaration should be preceded by an empty line
Open

    &.big_buttons {

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

            img {

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

    width: 100%;

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

    form { // Yet only supposed for path input

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

    overflow-x: hidden;

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

    display: flex;

Properties should be ordered display, flex-direction, height, margin, overflow
Open

    margin: 0;

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

    overflow: hidden;

Properties should be ordered height, width
Open

                width: auto;

Avoid using id selectors
Open

#content_files {

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

    padding: 15px;

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

    width: 100%;

Properties should be ordered border-left, height, padding, width
Open

            width: auto;

Selector content_files should be written in lowercase with hyphens
Open

#content_files {

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

    overflow: scroll;

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

    height: 100%;

Properties should be ordered align-content, background-color, border, border-radius, display, float, font-size, height, left, margin, max-height, overflow, position, text-align, text-decoration, top, user-select, width, word-break, z-index
Open

        background-color: transparent;

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

    flex-direction: column;

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

    justify-content: space-between;

Properties should be ordered border-right, height, padding, width
Open

            width:100%;

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

            img {

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 should be indented 2 spaces, but was indented 4 spaces
Open

    flex-wrap: wrap;

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;

Empty rule
Open

        &.fattr-system_file {

Selector big_buttons should be written in lowercase with hyphens
Open

    &.big_buttons {

Properties should be ordered align-content, box-sizing, display, flex-wrap, height, justify-content, left, overflow, overflow-x, padding, position, width
Open

    padding: 15px;

Line contains trailing whitespace
Open

            

Properties should be ordered background, border-top, bottom, box-sizing, display, height, left, max-height, overflow, padding, position, width
Open

    position: relative;

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

    left: 0;

Colon after property should be followed by one space
Open

            filter:invert(1);

Color red should be written in hexadecimal form as #ff0000
Open

                    background-color: red;

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

                &_F {

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

    div.icon {

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

    height: auto;

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

    bottom: 0;

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

                    background-color: red;

Color orange should be written in hexadecimal form as #ffa500
Open

                    background-color: orange;

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

                &_E {

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

    width: 100%;

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

    bottom: 0;

Colon after property should be followed by one space
Open

        filter:invert(1);

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

                    background-color: yellow;

Rule declaration should be preceded by an empty line
Open

                    &::after {

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

                    &::after {

Property pointer-events already defined on line 202
Open

            pointer-events: none;

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

    meter {

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

    width: 100%;

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

    meter {

Rule declaration should be followed by an empty line
Open

                }

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

    left: 0;

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;

Rule declaration should be followed by an empty line
Open

                }

border: 0 is preferred over border: none
Open

        border: none;

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

                    background-color: green;

Color purple should be written in hexadecimal form as #800080
Open

                    background-color: purple;

Property position already defined on line 214
Open

    position: relative;

Declaration should be terminated by a semicolon
Open

        transform: scale(1.5)

Properties should be ordered background, border-top, bottom, box-sizing, height, left, overflow, padding, position, width
Open

    height: auto;

Colon after property should be followed by one space
Open

            filter:invert(1);

Rule declaration should be followed by an empty line
Open

                }

Properties should be ordered display, height, margin, margin-top, max-height, object-fit, overflow, pointer-events, position, top, width
Open

            position: relative;

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

    overflow: hidden;

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

    padding: 20px;

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

                &_D {

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

                &_outdated {

Avoid using id selectors
Open

#bottom_info {

Properties should be ordered max-width, width
Open

        width: 290px;

Properties should be ordered max-width, width
Open

        width: 290px;

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

    meter {

Avoid using id selectors
Open

    #spaceinfo {

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

            .color_dot {

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

                    background-color: blue;

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

    overflow: hidden;

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

    position: relative;

Begin pseudo classes with a single colon: :
Open

        &::-moz-meter-bar {

Selector color_dot should be written in lowercase with hyphens
Open

            .color_dot {

Rule declaration should be followed by an empty line
Open

                }

Color blue should be written in hexadecimal form as #0000ff
Open

                    background-color: blue;

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

    height: auto;

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

                &_A {

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

                &_B {

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

                &_C {

Prefer single quoted strings
Open

                    background-image: url("../../../logo.png");

Prefer single quoted strings
Open

                        content: "!";

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

    max-height: 40vh;

Avoid using id selectors
Open

#spaceinfo {

Empty rule
Open

        &.fattr-outdated_file {

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

            .color_dot {

Rule declaration should be followed by an empty line
Open

                }

Color yellow should be written in hexadecimal form as #ffff00
Open

                    background-color: yellow;

Color green should be written in hexadecimal form as #008000
Open

                    background-color: green;

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

                    background-color: purple;

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

    display: block;

Avoid qualifying class selectors with an element.
Open

    div.icon {

Selector color_dot_div should be written in lowercase with hyphens
Open

        .color_dot_div {

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

                &_0 {

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

    background: var(--black2);

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

    #headbar2 {

Properties should be ordered border-radius, bottom, left, line-height, pointer-events, position, transform, user-select, width
Open

            position: absolute;

Rule declaration should be preceded by an empty line
Open

            .color_dot {

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

                    background-color: orange;

Rule declaration should be followed by an empty line
Open

                }

Selector bottom_info should be written in lowercase with hyphens
Open

#bottom_info {

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

    background: #77777744;

There are no issues that match your filters.

Category
Status