UNPKG

postcss-critical-split

Version:

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

21 lines (18 loc) 274 B
@media screen and (min-width: 300px) { strong { color: #f00; } li { display: block; float: left; text-align: center; padding: 0; margin: 0; position: relative; border: 1px solid red; } } table { background-color: green; border-top: 1px solid blue; }