/* Magento CSS minify is enabled, so pages request css/print.min.css, but frontools only
   emits css/print.css and Magento can't build the .min from the Snowdog source (404 -> MIME
   error). This committed source file is materialized to the served path and simply pulls in
   the real, always-current print.css, so it never goes stale. (DEG-868) */
@import url("print.css");
