Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS is potentially using deprecated/improper rules #22884

Closed
turt2live opened this issue Jul 18, 2022 · 0 comments · Fixed by matrix-org/matrix-react-sdk#9094
Closed

CSS is potentially using deprecated/improper rules #22884

turt2live opened this issue Jul 18, 2022 · 0 comments · Fixed by matrix-org/matrix-react-sdk#9094
Assignees
Labels
A-Developer-Experience S-Tolerable Low/no impact on users T-Task Tasks for the team like planning X-Regression

Comments

@turt2live
Copy link
Member

2022-07-18 12:03:10.097 [element-js] WARNING in ../matrix-react-sdk/res/themes/light/css/light.pcss (./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/postcss-loader/src??postcss!../matrix-react-sdk/res/themes/light/css/light.pcss)
2022-07-18 12:03:10.097 [element-js] Module Warning (from ./node_modules/postcss-loader/src/index.js):
2022-07-18 12:03:10.097 [element-js] Warning
2022-07-18 12:03:10.097 [element-js]
2022-07-18 12:03:10.097 [element-js] (26:9) end value has mixed support, consider using flex-end instead
2022-07-18 12:03:10.097 [element-js]
2022-07-18 12:03:10.097 [element-js] WARNING in ../matrix-react-sdk/res/themes/dark/css/dark.pcss (./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/postcss-loader/src??postcss!../matrix-react-sdk/res/themes/dark/css/dark.pcss)
2022-07-18 12:03:10.097 [element-js] Module Warning (from ./node_modules/postcss-loader/src/index.js):
2022-07-18 12:03:10.097 [element-js] Warning
2022-07-18 12:03:10.097 [element-js]
2022-07-18 12:03:10.097 [element-js] (26:9) end value has mixed support, consider using flex-end instead

This causes webpack to "Compile with warnings", which implies there's something wrong in the development lifecycle. Ideally we fix it so it doesn't spit out warnings, as currently it could mask code issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Developer-Experience S-Tolerable Low/no impact on users T-Task Tasks for the team like planning X-Regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants