junebug12851/pokered-save-editor

View on GitHub
src/app/fragments/card-sprite-header/card-sprite-header.component.scss

Summary

Maintainability
Test Coverage
Avoid qualifying class selectors with an element.
.title span.name {
Line should be indented 2 spaces, but was indented 4 spaces
Properties should be ordered font-size, font-weight
font-weight: bold;
Line should be indented 2 spaces, but was indented 4 spaces
font-size: 16px;
}
 
Avoid qualifying class selectors with an element.
.title span.coords {
Line should be indented 2 spaces, but was indented 4 spaces
font-size: 14px;
}