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

Compiled with warnings causes by index.css #9

Open
xxrjun opened this issue Oct 14, 2022 · 1 comment
Open

Compiled with warnings causes by index.css #9

xxrjun opened this issue Oct 14, 2022 · 1 comment

Comments

@xxrjun
Copy link

xxrjun commented Oct 14, 2022

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!

@Jayce-Eaddy
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants