robotcoral/coral-app

View on GitHub

Showing 95 of 111 total issues

Selector openModeMenu should be written in lowercase with hyphens
Open

.openModeMenu {

Syntax Error: Invalid CSS after "...@include themes": expected "}", was ".theme-light;"
Open

@include themes.theme-light;
Severity: Minor
Found in src/styles.scss by scss-lint

0px should be written without units as 0
Open

padding: 0px;

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

fill: lime !important;

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

fill: red !important;

0.75 should be written without a leading zero as .75
Open

margin-right: 0.75rem;

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

box-shadow: -1px -2px 4px grey;

Properties should be ordered display, flex, min-height, overflow, position, width
Open

flex: 1;

Properties should be ordered background-color, border, border-radius, color, min-width, padding, width
Open

min-width: none;

Avoid qualifying attribute selectors with an element.
Open

input[type="number"] {

0.05 should be written without a leading zero as .05
Open

transition: all 0.05s ease-in-out;

Properties should be ordered background-color, width
Open

width: 2px;

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

fill: yellow !important;

0.25 should be written without a leading zero as .25
Open

margin: 0.25rem;

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

box-shadow: -1px -2px 4px grey;

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

box-shadow: -1px -2px 4px grey;

Properties should be ordered align-items, background-color, border-bottom-left-radius, box-shadow, color, display, font-size, padding, position, right, z-index
Open

position: absolute;

Selector inputWrapper should be written in lowercase with hyphens
Open

.inputWrapper {

Properties should be ordered background-color, border-color, color, max-width, min-width, width
Open

max-width: 300px;

0.35 should be written without a leading zero as .35
Open

box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);
Severity
Category
Status
Source
Language