dsifford/academic-bloggers-toolkit

View on GitHub
src/js/gutenberg/components/reference-item/style.scss

Summary

Maintainability
Test Coverage
.authors {
Properties should be ordered overflow, text-overflow, white-space
Line should be indented 2 spaces, but was indented 4 spaces
white-space: nowrap;
Line should be indented 2 spaces, but was indented 4 spaces
overflow: hidden;
Line should be indented 2 spaces, but was indented 4 spaces
text-overflow: ellipsis;
}
 
.meta {
Line should be indented 2 spaces, but was indented 4 spaces
Properties should be ordered align-items, display, grid-template-columns
display: grid;
Line should be indented 2 spaces, but was indented 4 spaces
grid-template-columns: 1fr min-content;
Line should be indented 2 spaces, but was indented 4 spaces
align-items: flex-end;
}