dsifford/academic-bloggers-toolkit

View on GitHub
src/js/options-page/style-form.scss

Summary

Maintainability
Test Coverage
.form {
Line should be indented 2 spaces, but was indented 4 spaces
display: grid;
Unknown property gap
Line should be indented 2 spaces, but was indented 4 spaces
gap: 10px;
 
Line should be indented 2 spaces, but was indented 4 spaces
Avoid qualifying attribute selectors with an element.
input[type='search'] {
font-size: 1.4em;
Properties should be ordered font-size, height, line-height
line-height: 40px;
height: 40px;
}
}
 
.radio-group > div {
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: max-content max-content max-content;
Unknown property gap
Line should be indented 2 spaces, but was indented 4 spaces
gap: 10px;
 
Line should be indented 2 spaces, but was indented 4 spaces
> label {
font-weight: bold;
}
}