Since 9b95cab, building any level of css-cascade with bikeshed fails, even with --force, because apparently Bikeshed does not recognize the mdn-api_csspropertyrule_inherits CanIUse label on the inherit keyword. Note that this label is wrong because it refers to the property inherits in CSSPropertyRule – it should probably be mdn-css_types_global_keywords_inherit, but that label also causes the build to fail.
And since the w3c.github.io build will fail on encountering any error code from the Bikeshed build, the mirror is not being updated at all, for any of the specs, after that commit. (Should this be changed?)
cc @fantasai @tabatkins