Fix please justify-content: end
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
For a quick solutions, just go into the file and change end with flex-end.
up
I wanted to make a PR for this, but I can’t find the relevant code anywhere in the repo.
There’s no hover.css, and grepping for justify-content: end yields nothing either.
Does anyone know where to find it?
It appears this is fixed in 0.53.0 - the offending css seems to be gone now