Shopify / Timber

The ultimate Shopify theme framework, built by Shopify.
MIT License
1.08k stars 493 forks source link

any plan to add @media print or other print visibility helper classes? #119

Open jholl opened 10 years ago

jholl commented 10 years ago

especially in eComm like printing receipt from order.liquid or clean product.liquid info pages...

jholl commented 10 years ago

to stay consistent with the other visibility, could look like

@media print {
  .print--hide {
    display: none !important;
  }
}