Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 326 Bytes

jit-css.md

File metadata and controls

5 lines (4 loc) · 326 Bytes

Just-in-time CSS

JIT or just-in-time CSS means that freestyler will not emit any CSS into the DOM if it is not used. It emits CSS only when a component is rendered for the first time. It also cleans-up after component un-mounts, so if you un-mount all your React components all the CSS will disappear as well, magic!