useCss
- Call
useCss('src/views/<view>/styles.css')inside the view component. - L5E emits the
<link>tag in the response and skips it on other views. - In production, all view CSS for the request is bundled together for one round-trip.
useCss('src/views/<view>/styles.css') inside the view component.<link> tag in the response and skips it on other views.