A WAR-based facelet reference a syle sheet with something like ...

<h:outputStylesheet library="css" name="default.css" />

... is supposed to send Wildfly looking in "resources/css" for the style sheet, but instead it appears to be looking in "css". Was there a change in the Web container specs?