UNPKG

postcss-critical-split

Version:

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

16 lines (13 loc) 172 B
strong { font-weight: bold; } @media screen and (min-width: 300px) { strong { color: #f00; } p { /* critical */ float: left; text-decoration: underline; } }