philipp-winterle / crittr

High performance critical css extraction with a great configuration abilities
https://hummal.github.io/crittr/
GNU General Public License v3.0
51 stars 6 forks source link

Prevent @media print in atf css #39

Open philipp-winterle opened 2 years ago

philipp-winterle commented 2 years ago

Describe the bug Media print queries are included into the atf css. This is not needed as atf has nothing to do with printing.

To Reproduce Steps to reproduce the behavior:

  1. create media print in your css
  2. run crittr
  3. check atf css

Expected behavior media print is not included into the atf css