UNPKG

postcss-critical-split

Version:

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

24 lines (19 loc) 220 B
p{ color: #333; } @media screen and (min-width: 300px) { strong { color: #f00; } p { float: left; } li { margin: 0; position: relative; border: 1px solid red; } } table { background-color: green; }