microsoft / microsoft/monaco-editor
Fix please justify-content: end
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
WARNING in ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.css (./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-
loader/dist/cjs.js!./node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
(45:3) from "autoprefixer" plugin: end value has mixed support, consider using flex-end instead
Code:
justify-content: end
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the tracked source corresponding to node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.css and reproduce the build warning from the issue. Check the CSS declaration at line 45; done means the build no longer reports the Autoprefixer warning about justify-content: end.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100