UNPKG

postcss-critical-split

Version:

A PostCSS plugin that takes existing CSS files and splits out the annotated critical styles into a seperate file.

13 lines (10 loc) 103 B
body { background-color: black; } p { color: red; } span { display: inline-block; color: #333; }