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

Getting warnings using postcss autoprefixer #121

Open
elisherer opened this issue Nov 13, 2016 · 5 comments
Open

Getting warnings using postcss autoprefixer #121

elisherer opened this issue Nov 13, 2016 · 5 comments

Comments

@elisherer
Copy link
Contributor

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:17:2: You should write display: flex by final spec instead of display: box

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:44:2: You should write display: flex by final spec instead of display: box

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:76:2: You should write display: flex by final spec instead of display: box

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:101:2: You should write display: flex by final spec instead of display: box

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:168:2: You should write display: flex by final spec instead of display: box

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:588:2: You should write display: flex by final spec instead of display: box

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:606:2: You should write display: flex by final spec instead of display: box

WARNING in ./~/css-loader?importLoaders=3!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap&outputStyle=expanded!./~/react-selectize/themes/index.css
autoprefixer: C:\themes\index.css:628:2: You should write display: flex by final spec instead of display: box

I'm guessing the "bad" css is created by stylus, maybe just an upgrade to stylus will fix it.

(for more information see: postcss/autoprefixer#473)

@mvolkmann
Copy link

I will create a PR to fix this if the author tells me it is likely to be accepted. @furqanZafar, please let me know. The presence of these warnings is messing up the build process on my project and I'd like to get this resolved quickly.

@mvolkmann
Copy link

Can someone tell me how the file themes/index.css gets generated? I see that it isn't in the GitHub repo.

@elisherer
Copy link
Contributor Author

Look for
# create dist/index.css
In gulpfile.ls

@Didericis
Copy link
Contributor

I didn't see any further action on this so I opened a PR that should fix the issue: #130

@twig
Copy link

twig commented Jan 29, 2017

@furqanZafar any chance we can get a release for this soon?

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

4 participants