junebug12851/pokered-save-editor

View on GitHub
src/app/fragments/gym-button/gym-button.component.scss

Summary

Maintainability
Test Coverage

Showing 12 of 12 total issues

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

margin-top: 10px;

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

min-width: 100px;

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

display: inline-block;

Use // comments everywhere
Open

/**

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

margin-right: 10px;

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

font-size: 15px;

Color literals like hsl(0, 0%, 40%) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

background-color: hsl(0, 0%, 40%);

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

border-radius: 5px;

Properties should be ordered background-color, border-radius, display, margin-bottom, margin-right, margin-top, min-width
Open

display: inline-block;

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

background-color: hsl(0, 0%, 40%);

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

margin-bottom: 10px;

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

font-size: 20px;
Category
Status