My css files are loaded empty I checked in firebug my css file all.css it is recognized and a.css,b.css,c.css are also recognized but the problem that they are empty
all.css
@import url(a.css)
@import url(b.css)
@import url(c.css)
In JSF page i am adding all.css
<h:outputStylesheet library="css" name="all.css" />
So how can i add the 3 css without adding them explicitly i want to combine them in one css file