-
Notifications
You must be signed in to change notification settings - Fork 35
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
Use postcss warnings to unfixable bugs #17
Comments
You mean for bugs that we can't evaluate if width or height, for example? |
Yep, like this. Or if we detect config which is known to cause bugs and can't fix them on css-only level |
👍 |
Can this qualify as a flexbug for the purposes of warning about it?: https://drafts.csswg.org/css-flexbox/#item-margins
[Edit: Ah, #12] |
There are things we can't fix on css-only level. For such problems we could generate warnings with postcss API https://github.com/postcss/postcss/blob/master/docs/api.md#warning-class
Thank @ai for suggesting this. )
The text was updated successfully, but these errors were encountered: