You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that we should modify the line: 55 in index.css
justify-content: start;
to
justify-content: flex-start;
or it would cause a compile warning
WARNING in ./src/index.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./src/index.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning
(55:3) autoprefixer: start value has mixed support, consider using flex-start instead
While the program still runs finely! Thanks for JSM!
The text was updated successfully, but these errors were encountered:
It seems that we should modify the line: 55 in
index.css
to
or it would cause a compile warning
While the program still runs finely! Thanks for JSM!
The text was updated successfully, but these errors were encountered: