-
-
Notifications
You must be signed in to change notification settings - Fork 996
Closed as not planned
Labels
status: needs clarificationtriage needs clarification from authortriage needs clarification from author
Description
What minimal example or steps are needed to reproduce the bug?
mister-hope@mac-mini-studio ecosystem % pnpm lint
> @vuepress/ecosystem@ lint /Users/mister-hope/projects/ecosystem
> oxlint --fix --type-aware --type-check --report-unused-disable-directives --deny-warnings && oxfmt && stylelint **/*.{css,html,scss,vue} --fix
Found 0 warnings and 0 errors.
Finished in 2.3s on 1144 files with 401 rules using 10 threads.
tools/helper/src/client/styles/normalize.scss
17:3 ✖ Unexpected unknown property "font-display" property-no-unknown
✖ 1 problem (1 error, 0 warnings)
ELIFECYCLE Command failed with exit code 2.
mister-hope@mac-mini-studio ecosystem % pnpm stylelint -v
17.4.0
I think this bug might be related to #9099
Note: everything is totally fine in 17.2.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs clarificationtriage needs clarification from authortriage needs clarification from author