dsifford/academic-bloggers-toolkit

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

Summary

Maintainability
Test Coverage
.form {
Line should be indented 2 spaces, but was indented 4 spaces
display: grid;
Line should be indented 2 spaces, but was indented 4 spaces
Properties should be ordered display, gap, grid-template-columns
grid-template-columns: auto 1fr;
Line should be indented 2 spaces, but was indented 4 spaces
Unknown property gap
gap: 5px;
}
 
.field {
Properties should be ordered align-items, display, grid-template-columns
Line should be indented 2 spaces, but was indented 4 spaces
display: grid;
Line should be indented 2 spaces, but was indented 4 spaces
grid-template-columns: 100px 1fr;
Line should be indented 2 spaces, but was indented 4 spaces
align-items: center;
}