Maingron/MainOS

View on GitHub
Program Files/photo-viewer/photo-viewer.scss

Summary

Maintainability
Test Coverage

Color gray should be written in hexadecimal form as #808080
Open

            border: 1px solid gray;

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

            border: 1px solid gray;

Line should be indented with spaces, not tabs
Open

    main {

Properties should be ordered display, flex-direction, height, justify-content, text-align, width
Open

        justify-content: center;

Properties should be ordered border, margin, max-height, max-width, object-fit
Open

            margin: auto;

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;

Line should be indented with spaces, not tabs
Open

    height: 100vh;

There are no issues that match your filters.

Category
Status