A Client-Side Library has the category "library.example".
Which HTL statement should a developer use to reference only the CSS files of this Client-Side Library?
A Client-Side Library has the category "library.example".
Which HTL statement should a developer use to reference only the CSS files of this Client-Side Library?
To reference only the CSS files of a Client-Side Library with the category 'library.example', the developer should use the HTL statement that specifies 'clientlib.css' and the correct category. The correct statement is: <sly data-sly-use.clientlib='/libs/granite/sightly/templates/clientlib.html' data-sly-call='${clientlib.css @ categories="library.example"}'/>.
Correct answer would be A Ref: https://docs.adobe.com/content/help/en/experience-manager-htl/using/getting-started/getting-started.html#common-patterns-with-htl
correct answer is A as question specifically asking for CSS file but not all.
A is the correct answer