Produces and dynamically updates CSS stylesheets based on the given CSS rules.
Appends <style> element(s) to the given parent DOM node (document.head by default) and updates them when CSS
rules change.
This function enables all default renderers. E.g. the one supporting raw CSS text rules. If some of them are not
needed a produceBasicStyle variant of this function may be used instead.
Produces and dynamically updates CSS stylesheets based on the given CSS rules.
Appends
<style>
element(s) to the given parent DOM node (document.head
by default) and updates them when CSS rules change.This function enables all default renderers. E.g. the one supporting raw CSS text rules. If some of them are not needed a produceBasicStyle variant of this function may be used instead.