- Status changed to Fixed
about 2 years ago 12:21pm 20 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Our styleling configuration tries to lint all files matching pattern: **/*.css
. This matches both, generated and ungenerated files. We shouldn't lint generated CSS files because they should be only changed by the compiler.
I have at least two potential ways to solve this. We could check if the .css
file has a PostCSS file associated to it. Another approach would be to add an identifier to generated filenames and to use --ignore-pattern
.
Fixed
10.0 ✨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.