``` Because that second line is still there, the browser still freezes the page until `base.css` is fully parsed. **The Fix:** We need to drop Shopify's `stylesheet_tag` filter for this specific file and write the raw HTML so we can use the "Print Trick." Replace the contents of your **`snippets/stylesheets.liquid`** with this exact code: ```liquid