Inline processes a template file looking for <style scoped> elements.
When it finds them, it processes the styles and moves them to the top of the
template file, only including them once.
Rewrite processes a template file, extracting scoped CSS styles from
<style scoped> elements, appending them to a CSS string, and removing
those elements from the template.