Closed stevepolitodesign closed 11 months ago
In #1148 we introduce stylelint. However, the empty styles introduced in #1145 are empty file violations. By adding comments, we avoid that error.
stylelint
Note that we need to add these comments because there's no way to automatically fix those violations with something like prettier.
prettier
In #1148 we introduce
stylelint
. However, the empty styles introduced in #1145 are empty file violations. By adding comments, we avoid that error.Note that we need to add these comments because there's no way to automatically fix those violations with something like
prettier
.