L5E docscontent/16-usecss.md

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.