Working on a dynamic web project with JSF 2.2, I added CSS code to an XHTML page.
The file path for the CSS is: Web-content -> WEB-CONTENT -> Resources -> css -> style.ss
In my index.xhtml, I included the following code:
<link rel="stylesheet" href="WEB-INF/Resources/css/style.css" type="text/css"/>
However, the CSS doesn't seem to be applied.