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
{{ message }}
This repository was archived by the owner on Feb 23, 2022. It is now read-only.
Suppress warning messages for whitelisted properties.
Tweak the CSS compiler to not complain about recognized properties with
warnings if they are whitelisted with
--allowed_unrecognized_properties. Property warnings are already
disabled with the --allow_unrecognized_properties flag (see
com.google.common.css.compiler.passes.PassRunner:177) so it makes sense
to overload this flag to also whitelist flags that are *technically*
recognized, but not supported.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133199104
MOE_MIGRATED_REVID=133703695
0 commit comments