UNPKG

postcss-critical-split

Version:

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

17 lines (13 loc) 133 B
body { background-color: black; } p { color: red; } a { /* this-is-critical */ text-decoration: none; } ul { padding: 0; }