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 (14 loc) 194 B
table { display: block; width: 100%; } /* critical:start */ .logobar { width: 80px; height: 100%; z-index: 999; position: fixed; } /* critical:end */ .strong { font-weight: bold; }