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) 175 B
p{ color: #333; } @media screen and (min-width: 300px) { p { float: left; text-decoration: underline; } li { float: left; text-align: center; padding: 0; } }