Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 621 Bytes

extract.md

File metadata and controls

15 lines (9 loc) · 621 Bytes

extract Addon

This addon allows you to extract CSS styles into an external style sheet at build time. This addon is not all-in-one solution, but rather the lowest level that enables style extraction at build time, here is what it does:

  • injects styles from sheet(), which are normally injected lazily
  • renders at least once jsx() and style() components with default props

See demo here.

Installation

Simply install extract addon. Read more about the Addon Installation.