filamentgroup / criticalCSS

Finds the Above the Fold CSS for your page, and outputs it into a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@media print rule showing up in critical css result

zachleat opened this issue · comments

Specifically,

@media print {
    .mast-shop-search-bag,
    .mast-shop-notes,
    .mast-shop-nav-body nav,
    .receipt-btns {
        display: none;
    }
}