lift component level CSS to <head>
for documentation site
#60
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
question
Further information is requested
Milestone
Type of Change
Summary
Now that patterns for non Declarative Shadow DOM based rendering are emerging within the project via #49 and
innerHTML
is an option, it would probably be better for the documentation site if the component level<style>
tags were lifted to the<head>
of the document.Details
The main goal here would be to help alleviate in instances of FOUC since each of those inline
<style>
tags is likely going to be render blocking.The text was updated successfully, but these errors were encountered: