Add functionality to allow a component file to push additional component-specific styles or classes to the main styles (or their own <style> block in the head).
This would allow component-specific classes to be kept within the component HTML and not be lumped in with the main stylesheet.
Add functionality to allow a component file to push additional component-specific styles or classes to the main styles (or their own
<style>
block in the head).This would allow component-specific classes to be kept within the component HTML and not be lumped in with the main stylesheet.