Skip to content

lift component level CSS to <head> for documentation site #60

@thescientist13

Description

@thescientist13

Type of Change

  • Documentation / Website

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.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to the website and / or documentationgood first issueGood for newcomersquestionFurther information is requested

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions